atlas pods: simplify plurality table (no filter)

This commit is contained in:
Brad Stein 2025-12-13 15:29:08 -03:00
parent d0ed188179
commit 6ac01e5879
3 changed files with 0 additions and 17 deletions

View File

@ -1194,7 +1194,6 @@ def build_pods_dashboard():
unit="percent", unit="percent",
transformations=[ transformations=[
{"id": "labelsToFields", "options": {}}, {"id": "labelsToFields", "options": {}},
{"id": "filterByValue", "options": {"match": "Value", "operator": "gt", "value": 0}},
{"id": "sortBy", "options": {"fields": ["node", "Value"], "order": "asc"}}, {"id": "sortBy", "options": {"fields": ["node", "Value"], "order": "asc"}},
], ],
instant=True, instant=True,

View File

@ -527,14 +527,6 @@
"id": "labelsToFields", "id": "labelsToFields",
"options": {} "options": {}
}, },
{
"id": "filterByValue",
"options": {
"match": "Value",
"operator": "gt",
"value": 0
}
},
{ {
"id": "sortBy", "id": "sortBy",
"options": { "options": {

View File

@ -536,14 +536,6 @@ data:
"id": "labelsToFields", "id": "labelsToFields",
"options": {} "options": {}
}, },
{
"id": "filterByValue",
"options": {
"match": "Value",
"operator": "gt",
"value": 0
}
},
{ {
"id": "sortBy", "id": "sortBy",
"options": { "options": {