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",
|
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,
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user