monitoring: use wide stat layout for ups and climate cards
This commit is contained in:
parent
3a4bdbd42f
commit
4b78e67036
@ -1477,7 +1477,7 @@ def build_overview():
|
||||
links=link_to("atlas-power"),
|
||||
description="Per-UPS live snapshot: draw, discharge runtime, and status.",
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
wide_layout=True,
|
||||
)
|
||||
)
|
||||
panels.append(
|
||||
@ -1517,7 +1517,7 @@ def build_overview():
|
||||
links=link_to("atlas-power"),
|
||||
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
wide_layout=True,
|
||||
)
|
||||
)
|
||||
panels.append(
|
||||
@ -3516,7 +3516,7 @@ def build_power_dashboard():
|
||||
{"matcher": {"id": "byRegexp", "options": ".*Status$"}, "properties": [{"id": "mappings", "value": status_mapping}]},
|
||||
],
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
wide_layout=True,
|
||||
description=(
|
||||
"Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||
),
|
||||
@ -3557,7 +3557,7 @@ def build_power_dashboard():
|
||||
{"matcher": {"id": "byName", "options": "Pressure"}, "properties": [{"id": "unit", "value": "suffix:kPa"}]},
|
||||
],
|
||||
orientation="vertical",
|
||||
wide_layout=False,
|
||||
wide_layout=True,
|
||||
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
||||
)
|
||||
)
|
||||
|
||||
@ -1181,7 +1181,7 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
@ -1357,7 +1357,7 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
@ -115,7 +115,7 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||
},
|
||||
@ -278,7 +278,7 @@
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
||||
},
|
||||
|
||||
@ -1190,7 +1190,7 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
@ -1366,7 +1366,7 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
@ -124,7 +124,7 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||
},
|
||||
@ -287,7 +287,7 @@ data:
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"wideLayout": false
|
||||
"wideLayout": true
|
||||
},
|
||||
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user