monitoring(overview): rebalance climate row widths for current/history panels
This commit is contained in:
parent
f17fa41207
commit
3a148c63e4
@ -1460,7 +1460,7 @@ def build_overview():
|
||||
40,
|
||||
"UPS Current Load",
|
||||
UPS_CURRENT_ROW_EXPR,
|
||||
{"h": 5, "w": 6, "x": 0, "y": 7},
|
||||
{"h": 5, "w": 4, "x": 0, "y": 7},
|
||||
unit="none",
|
||||
decimals=1,
|
||||
text_mode="name_and_value",
|
||||
@ -1483,7 +1483,7 @@ def build_overview():
|
||||
41,
|
||||
"UPS History (Power Draw)",
|
||||
None,
|
||||
{"h": 5, "w": 6, "x": 6, "y": 7},
|
||||
{"h": 5, "w": 8, "x": 4, "y": 7},
|
||||
unit="watt",
|
||||
targets=[
|
||||
{"refId": "A", "expr": ANANKE_UPS_DRAW_WATTS_DB_SERIES, "legendFormat": ANANKE_UPS_DB_NAME},
|
||||
@ -1500,7 +1500,7 @@ def build_overview():
|
||||
42,
|
||||
"Current Climate",
|
||||
CLIMATE_CURRENT_ROW_EXPR,
|
||||
{"h": 6, "w": 6, "x": 0, "y": 12},
|
||||
{"h": 6, "w": 4, "x": 0, "y": 12},
|
||||
unit="none",
|
||||
decimals=2,
|
||||
text_mode="name_and_value",
|
||||
@ -1525,7 +1525,7 @@ def build_overview():
|
||||
43,
|
||||
"Climate History",
|
||||
None,
|
||||
{"h": 6, "w": 6, "x": 6, "y": 12},
|
||||
{"h": 6, "w": 8, "x": 4, "y": 12},
|
||||
unit="none",
|
||||
targets=[
|
||||
{"refId": "A", "expr": CLIMATE_TEMP_SERIES, "legendFormat": "C"},
|
||||
|
||||
@ -1080,7 +1080,7 @@
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 5,
|
||||
"w": 6,
|
||||
"w": 4,
|
||||
"x": 0,
|
||||
"y": 7
|
||||
},
|
||||
@ -1182,8 +1182,8 @@
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 5,
|
||||
"w": 6,
|
||||
"x": 6,
|
||||
"w": 8,
|
||||
"x": 4,
|
||||
"y": 7
|
||||
},
|
||||
"targets": [
|
||||
@ -1236,7 +1236,7 @@
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 6,
|
||||
"w": 4,
|
||||
"x": 0,
|
||||
"y": 12
|
||||
},
|
||||
@ -1362,8 +1362,8 @@
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 6,
|
||||
"x": 6,
|
||||
"w": 8,
|
||||
"x": 4,
|
||||
"y": 12
|
||||
},
|
||||
"targets": [
|
||||
|
||||
@ -1089,7 +1089,7 @@ data:
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 5,
|
||||
"w": 6,
|
||||
"w": 4,
|
||||
"x": 0,
|
||||
"y": 7
|
||||
},
|
||||
@ -1191,8 +1191,8 @@ data:
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 5,
|
||||
"w": 6,
|
||||
"x": 6,
|
||||
"w": 8,
|
||||
"x": 4,
|
||||
"y": 7
|
||||
},
|
||||
"targets": [
|
||||
@ -1245,7 +1245,7 @@ data:
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 6,
|
||||
"w": 4,
|
||||
"x": 0,
|
||||
"y": 12
|
||||
},
|
||||
@ -1371,8 +1371,8 @@ data:
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 6,
|
||||
"x": 6,
|
||||
"w": 8,
|
||||
"x": 4,
|
||||
"y": 12
|
||||
},
|
||||
"targets": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user