monitoring(overview): tune stat sizing for 2x2 climate/ups cards
This commit is contained in:
parent
f45217f98e
commit
4a10163b10
@ -1474,6 +1474,8 @@ def build_overview():
|
||||
description="Per-UPS live snapshot: draw, discharge runtime, and status.",
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
title_size=14,
|
||||
value_size=24,
|
||||
)
|
||||
)
|
||||
panels.append(
|
||||
@ -1514,6 +1516,8 @@ def build_overview():
|
||||
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
title_size=16,
|
||||
value_size=28,
|
||||
)
|
||||
)
|
||||
panels.append(
|
||||
@ -3533,6 +3537,8 @@ def build_power_dashboard():
|
||||
],
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
title_size=14,
|
||||
value_size=24,
|
||||
description=(
|
||||
"Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||
),
|
||||
@ -3574,6 +3580,8 @@ def build_power_dashboard():
|
||||
],
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
title_size=16,
|
||||
value_size=28,
|
||||
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
||||
)
|
||||
)
|
||||
|
||||
@ -1157,7 +1157,11 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 24
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
@ -1333,7 +1337,11 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 16,
|
||||
"valueSize": 28
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
@ -91,7 +91,11 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 24
|
||||
}
|
||||
},
|
||||
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||
},
|
||||
@ -254,7 +258,11 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 16,
|
||||
"valueSize": 28
|
||||
}
|
||||
},
|
||||
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
||||
},
|
||||
|
||||
@ -1166,7 +1166,11 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 24
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
@ -1342,7 +1346,11 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 16,
|
||||
"valueSize": 28
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
@ -100,7 +100,11 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 24
|
||||
}
|
||||
},
|
||||
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||
},
|
||||
@ -263,7 +267,11 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 16,
|
||||
"valueSize": 28
|
||||
}
|
||||
},
|
||||
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user