monitoring(overview): force horizontal stat cards for climate/ups wrap
This commit is contained in:
parent
dc1f1cbb7c
commit
287c339aa0
@ -1499,7 +1499,7 @@ def build_overview():
|
||||
],
|
||||
links=link_to("atlas-power"),
|
||||
description="Per-UPS live snapshot: draw, discharge runtime, and status.",
|
||||
orientation="vertical",
|
||||
orientation="horizontal",
|
||||
wide_layout=False,
|
||||
title_size=14,
|
||||
value_size=24,
|
||||
@ -1544,7 +1544,7 @@ def build_overview():
|
||||
],
|
||||
links=link_to("atlas-power"),
|
||||
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
||||
orientation="vertical",
|
||||
orientation="horizontal",
|
||||
wide_layout=False,
|
||||
title_size=16,
|
||||
value_size=28,
|
||||
@ -1611,7 +1611,7 @@ def build_overview():
|
||||
{"matcher": {"id": "byName", "options": "Interior"}, "properties": [{"id": "decimals", "value": 0}]},
|
||||
],
|
||||
links=link_to("atlas-power"),
|
||||
orientation="vertical",
|
||||
orientation="horizontal",
|
||||
wide_layout=False,
|
||||
)
|
||||
)
|
||||
@ -3568,7 +3568,7 @@ def build_power_dashboard():
|
||||
{"matcher": {"id": "byRegexp", "options": ".*Draw$"}, "properties": [{"id": "unit", "value": "watt"}]},
|
||||
{"matcher": {"id": "byRegexp", "options": ".*Runtime$"}, "properties": [{"id": "unit", "value": "s"}]},
|
||||
],
|
||||
orientation="vertical",
|
||||
orientation="horizontal",
|
||||
wide_layout=False,
|
||||
title_size=14,
|
||||
value_size=24,
|
||||
|
||||
@ -1162,7 +1162,7 @@
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
@ -1348,7 +1348,7 @@
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 16,
|
||||
@ -1570,7 +1570,7 @@
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false
|
||||
},
|
||||
"links": [
|
||||
|
||||
@ -96,7 +96,7 @@
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
|
||||
@ -1171,7 +1171,7 @@ data:
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
@ -1357,7 +1357,7 @@ data:
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 16,
|
||||
@ -1579,7 +1579,7 @@ data:
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false
|
||||
},
|
||||
"links": [
|
||||
|
||||
@ -105,7 +105,7 @@ data:
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value",
|
||||
"orientation": "vertical",
|
||||
"orientation": "horizontal",
|
||||
"wideLayout": false,
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user