Increase Atlas availability stat to 4 decimals

This commit is contained in:
Brad Stein 2025-12-19 15:18:14 -03:00
parent 89f95157d8
commit a2b34c5712
3 changed files with 3 additions and 3 deletions

View File

@ -742,7 +742,7 @@ def build_overview():
"kind": "stat", "kind": "stat",
"thresholds": UPTIME_PERCENT_THRESHOLDS, "thresholds": UPTIME_PERCENT_THRESHOLDS,
"unit": "percentunit", "unit": "percentunit",
"decimals": 3, "decimals": 4,
"text_mode": "value", "text_mode": "value",
}, },
{ {

View File

@ -265,7 +265,7 @@
"custom": { "custom": {
"displayMode": "auto" "displayMode": "auto"
}, },
"decimals": 3 "decimals": 4
}, },
"overrides": [] "overrides": []
}, },

View File

@ -274,7 +274,7 @@ data:
"custom": { "custom": {
"displayMode": "auto" "displayMode": "auto"
}, },
"decimals": 3 "decimals": 4
}, },
"overrides": [] "overrides": []
}, },