monitoring(overview): tune stat sizing for 2x2 climate/ups cards

This commit is contained in:
Brad Stein 2026-04-12 22:03:13 -03:00
parent f45217f98e
commit 4a10163b10
5 changed files with 48 additions and 8 deletions

View File

@ -1474,6 +1474,8 @@ def build_overview():
description="Per-UPS live snapshot: draw, discharge runtime, and status.", description="Per-UPS live snapshot: draw, discharge runtime, and status.",
orientation="vertical", orientation="vertical",
wide_layout=False, wide_layout=False,
title_size=14,
value_size=24,
) )
) )
panels.append( panels.append(
@ -1514,6 +1516,8 @@ def build_overview():
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
orientation="vertical", orientation="vertical",
wide_layout=False, wide_layout=False,
title_size=16,
value_size=28,
) )
) )
panels.append( panels.append(
@ -3533,6 +3537,8 @@ def build_power_dashboard():
], ],
orientation="vertical", orientation="vertical",
wide_layout=False, wide_layout=False,
title_size=14,
value_size=24,
description=( description=(
"Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
), ),
@ -3574,6 +3580,8 @@ def build_power_dashboard():
], ],
orientation="vertical", orientation="vertical",
wide_layout=False, wide_layout=False,
title_size=16,
value_size=28,
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
) )
) )

View File

@ -1157,7 +1157,11 @@
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 14,
"valueSize": 24
}
}, },
"links": [ "links": [
{ {
@ -1333,7 +1337,11 @@
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 16,
"valueSize": 28
}
}, },
"links": [ "links": [
{ {

View File

@ -91,7 +91,11 @@
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 14,
"valueSize": 24
}
}, },
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
}, },
@ -254,7 +258,11 @@
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 16,
"valueSize": 28
}
}, },
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
}, },

View File

@ -1166,7 +1166,11 @@ data:
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 14,
"valueSize": 24
}
}, },
"links": [ "links": [
{ {
@ -1342,7 +1346,11 @@ data:
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 16,
"valueSize": 28
}
}, },
"links": [ "links": [
{ {

View File

@ -100,7 +100,11 @@ data:
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 14,
"valueSize": 24
}
}, },
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
}, },
@ -263,7 +267,11 @@ data:
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"orientation": "vertical", "orientation": "vertical",
"wideLayout": false "wideLayout": false,
"text": {
"titleSize": 16,
"valueSize": 28
}
}, },
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
}, },