atlas pods: sort plurality table by node then share
This commit is contained in:
parent
5d6d34c274
commit
d916e5a7f1
@ -1182,7 +1182,7 @@ def build_pods_dashboard():
|
|||||||
unit="percent",
|
unit="percent",
|
||||||
transformations=[
|
transformations=[
|
||||||
{"id": "labelsToFields", "options": {}},
|
{"id": "labelsToFields", "options": {}},
|
||||||
{"id": "sortBy", "options": {"fields": ["Value"], "order": "desc"}},
|
{"id": "sortBy", "options": {"fields": ["node", "Value"], "order": "asc"}},
|
||||||
],
|
],
|
||||||
instant=True,
|
instant=True,
|
||||||
)
|
)
|
||||||
|
|||||||
@ -531,9 +531,10 @@
|
|||||||
"id": "sortBy",
|
"id": "sortBy",
|
||||||
"options": {
|
"options": {
|
||||||
"fields": [
|
"fields": [
|
||||||
|
"node",
|
||||||
"Value"
|
"Value"
|
||||||
],
|
],
|
||||||
"order": "desc"
|
"order": "asc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -540,9 +540,10 @@ data:
|
|||||||
"id": "sortBy",
|
"id": "sortBy",
|
||||||
"options": {
|
"options": {
|
||||||
"fields": [
|
"fields": [
|
||||||
|
"node",
|
||||||
"Value"
|
"Value"
|
||||||
],
|
],
|
||||||
"order": "desc"
|
"order": "asc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user