monitoring: switch ups/climate/fan stats to vertical orientation
This commit is contained in:
parent
e222344cd9
commit
3a4bdbd42f
@ -1476,7 +1476,7 @@ def build_overview():
|
|||||||
],
|
],
|
||||||
links=link_to("atlas-power"),
|
links=link_to("atlas-power"),
|
||||||
description="Per-UPS live snapshot: draw, discharge runtime, and status.",
|
description="Per-UPS live snapshot: draw, discharge runtime, and status.",
|
||||||
orientation="horizontal",
|
orientation="vertical",
|
||||||
wide_layout=False,
|
wide_layout=False,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@ -1516,7 +1516,7 @@ def build_overview():
|
|||||||
],
|
],
|
||||||
links=link_to("atlas-power"),
|
links=link_to("atlas-power"),
|
||||||
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
||||||
orientation="horizontal",
|
orientation="vertical",
|
||||||
wide_layout=False,
|
wide_layout=False,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@ -1581,7 +1581,7 @@ def build_overview():
|
|||||||
{"matcher": {"id": "byName", "options": "Interior"}, "properties": [{"id": "decimals", "value": 0}]},
|
{"matcher": {"id": "byName", "options": "Interior"}, "properties": [{"id": "decimals", "value": 0}]},
|
||||||
],
|
],
|
||||||
links=link_to("atlas-power"),
|
links=link_to("atlas-power"),
|
||||||
orientation="horizontal",
|
orientation="vertical",
|
||||||
wide_layout=False,
|
wide_layout=False,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@ -3515,7 +3515,7 @@ def build_power_dashboard():
|
|||||||
{"matcher": {"id": "byRegexp", "options": ".*Discharge$"}, "properties": [{"id": "unit", "value": "s"}]},
|
{"matcher": {"id": "byRegexp", "options": ".*Discharge$"}, "properties": [{"id": "unit", "value": "s"}]},
|
||||||
{"matcher": {"id": "byRegexp", "options": ".*Status$"}, "properties": [{"id": "mappings", "value": status_mapping}]},
|
{"matcher": {"id": "byRegexp", "options": ".*Status$"}, "properties": [{"id": "mappings", "value": status_mapping}]},
|
||||||
],
|
],
|
||||||
orientation="horizontal",
|
orientation="vertical",
|
||||||
wide_layout=False,
|
wide_layout=False,
|
||||||
description=(
|
description=(
|
||||||
"Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
"Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||||
@ -3556,7 +3556,7 @@ def build_power_dashboard():
|
|||||||
{"matcher": {"id": "byName", "options": "Humidity"}, "properties": [{"id": "unit", "value": "percent"}]},
|
{"matcher": {"id": "byName", "options": "Humidity"}, "properties": [{"id": "unit", "value": "percent"}]},
|
||||||
{"matcher": {"id": "byName", "options": "Pressure"}, "properties": [{"id": "unit", "value": "suffix:kPa"}]},
|
{"matcher": {"id": "byName", "options": "Pressure"}, "properties": [{"id": "unit", "value": "suffix:kPa"}]},
|
||||||
],
|
],
|
||||||
orientation="horizontal",
|
orientation="vertical",
|
||||||
wide_layout=False,
|
wide_layout=False,
|
||||||
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.",
|
||||||
)
|
)
|
||||||
@ -3627,7 +3627,7 @@ def build_power_dashboard():
|
|||||||
{"matcher": {"id": "byName", "options": "Inlet Out"}, "properties": [{"id": "decimals", "value": 0}]},
|
{"matcher": {"id": "byName", "options": "Inlet Out"}, "properties": [{"id": "decimals", "value": 0}]},
|
||||||
{"matcher": {"id": "byName", "options": "Interior"}, "properties": [{"id": "decimals", "value": 0}]},
|
{"matcher": {"id": "byName", "options": "Interior"}, "properties": [{"id": "decimals", "value": 0}]},
|
||||||
],
|
],
|
||||||
orientation="horizontal",
|
orientation="vertical",
|
||||||
wide_layout=False,
|
wide_layout=False,
|
||||||
description="Current fan activity levels: outlet, inlet in, inlet out, interior (0-10).",
|
description="Current fan activity levels: outlet, inlet in, inlet out, interior (0-10).",
|
||||||
)
|
)
|
||||||
|
|||||||
@ -1180,7 +1180,7 @@
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
@ -1356,7 +1356,7 @@
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
@ -1574,7 +1574,7 @@
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
|
|||||||
@ -114,7 +114,7 @@
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||||
@ -277,7 +277,7 @@
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
||||||
@ -498,7 +498,7 @@
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"description": "Current fan activity levels: outlet, inlet in, inlet out, interior (0-10)."
|
"description": "Current fan activity levels: outlet, inlet in, inlet out, interior (0-10)."
|
||||||
|
|||||||
@ -1189,7 +1189,7 @@ data:
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
@ -1365,7 +1365,7 @@ data:
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
@ -1583,7 +1583,7 @@ data:
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
|
|||||||
@ -123,7 +123,7 @@ data:
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
"description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status."
|
||||||
@ -286,7 +286,7 @@ data:
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
"description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure."
|
||||||
@ -507,7 +507,7 @@ data:
|
|||||||
"values": false
|
"values": false
|
||||||
},
|
},
|
||||||
"textMode": "name_and_value",
|
"textMode": "name_and_value",
|
||||||
"orientation": "horizontal",
|
"orientation": "vertical",
|
||||||
"wideLayout": false
|
"wideLayout": false
|
||||||
},
|
},
|
||||||
"description": "Current fan activity levels: outlet, inlet in, inlet out, interior (0-10)."
|
"description": "Current fan activity levels: outlet, inlet in, inlet out, interior (0-10)."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user