atlas pods: simplify plurality table (no filter)
This commit is contained in:
parent
d0ed188179
commit
6ac01e5879
@ -1194,7 +1194,6 @@ def build_pods_dashboard():
|
||||
unit="percent",
|
||||
transformations=[
|
||||
{"id": "labelsToFields", "options": {}},
|
||||
{"id": "filterByValue", "options": {"match": "Value", "operator": "gt", "value": 0}},
|
||||
{"id": "sortBy", "options": {"fields": ["node", "Value"], "order": "asc"}},
|
||||
],
|
||||
instant=True,
|
||||
|
||||
@ -527,14 +527,6 @@
|
||||
"id": "labelsToFields",
|
||||
"options": {}
|
||||
},
|
||||
{
|
||||
"id": "filterByValue",
|
||||
"options": {
|
||||
"match": "Value",
|
||||
"operator": "gt",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "sortBy",
|
||||
"options": {
|
||||
|
||||
@ -536,14 +536,6 @@ data:
|
||||
"id": "labelsToFields",
|
||||
"options": {}
|
||||
},
|
||||
{
|
||||
"id": "filterByValue",
|
||||
"options": {
|
||||
"match": "Value",
|
||||
"operator": "gt",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "sortBy",
|
||||
"options": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user