feature/mailu #5

Merged
bstein merged 71 commits from feature/mailu into main 2025-12-14 17:48:04 +00:00
3 changed files with 0 additions and 17 deletions
Showing only changes of commit 6ac01e5879 - Show all commits

View File

@ -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,

View File

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

View File

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