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,
|
40,
|
||||||
"UPS Current Load",
|
"UPS Current Load",
|
||||||
UPS_CURRENT_ROW_EXPR,
|
UPS_CURRENT_ROW_EXPR,
|
||||||
{"h": 5, "w": 6, "x": 0, "y": 7},
|
{"h": 5, "w": 4, "x": 0, "y": 7},
|
||||||
unit="none",
|
unit="none",
|
||||||
decimals=1,
|
decimals=1,
|
||||||
text_mode="name_and_value",
|
text_mode="name_and_value",
|
||||||
@ -1483,7 +1483,7 @@ def build_overview():
|
|||||||
41,
|
41,
|
||||||
"UPS History (Power Draw)",
|
"UPS History (Power Draw)",
|
||||||
None,
|
None,
|
||||||
{"h": 5, "w": 6, "x": 6, "y": 7},
|
{"h": 5, "w": 8, "x": 4, "y": 7},
|
||||||
unit="watt",
|
unit="watt",
|
||||||
targets=[
|
targets=[
|
||||||
{"refId": "A", "expr": ANANKE_UPS_DRAW_WATTS_DB_SERIES, "legendFormat": ANANKE_UPS_DB_NAME},
|
{"refId": "A", "expr": ANANKE_UPS_DRAW_WATTS_DB_SERIES, "legendFormat": ANANKE_UPS_DB_NAME},
|
||||||
@ -1500,7 +1500,7 @@ def build_overview():
|
|||||||
42,
|
42,
|
||||||
"Current Climate",
|
"Current Climate",
|
||||||
CLIMATE_CURRENT_ROW_EXPR,
|
CLIMATE_CURRENT_ROW_EXPR,
|
||||||
{"h": 6, "w": 6, "x": 0, "y": 12},
|
{"h": 6, "w": 4, "x": 0, "y": 12},
|
||||||
unit="none",
|
unit="none",
|
||||||
decimals=2,
|
decimals=2,
|
||||||
text_mode="name_and_value",
|
text_mode="name_and_value",
|
||||||
@ -1525,7 +1525,7 @@ def build_overview():
|
|||||||
43,
|
43,
|
||||||
"Climate History",
|
"Climate History",
|
||||||
None,
|
None,
|
||||||
{"h": 6, "w": 6, "x": 6, "y": 12},
|
{"h": 6, "w": 8, "x": 4, "y": 12},
|
||||||
unit="none",
|
unit="none",
|
||||||
targets=[
|
targets=[
|
||||||
{"refId": "A", "expr": CLIMATE_TEMP_SERIES, "legendFormat": "C"},
|
{"refId": "A", "expr": CLIMATE_TEMP_SERIES, "legendFormat": "C"},
|
||||||
|
|||||||
@ -1080,7 +1080,7 @@
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 5,
|
"h": 5,
|
||||||
"w": 6,
|
"w": 4,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 7
|
"y": 7
|
||||||
},
|
},
|
||||||
@ -1182,8 +1182,8 @@
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 5,
|
"h": 5,
|
||||||
"w": 6,
|
"w": 8,
|
||||||
"x": 6,
|
"x": 4,
|
||||||
"y": 7
|
"y": 7
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
@ -1236,7 +1236,7 @@
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 6,
|
"h": 6,
|
||||||
"w": 6,
|
"w": 4,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 12
|
"y": 12
|
||||||
},
|
},
|
||||||
@ -1362,8 +1362,8 @@
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 6,
|
"h": 6,
|
||||||
"w": 6,
|
"w": 8,
|
||||||
"x": 6,
|
"x": 4,
|
||||||
"y": 12
|
"y": 12
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
|
|||||||
@ -1089,7 +1089,7 @@ data:
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 5,
|
"h": 5,
|
||||||
"w": 6,
|
"w": 4,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 7
|
"y": 7
|
||||||
},
|
},
|
||||||
@ -1191,8 +1191,8 @@ data:
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 5,
|
"h": 5,
|
||||||
"w": 6,
|
"w": 8,
|
||||||
"x": 6,
|
"x": 4,
|
||||||
"y": 7
|
"y": 7
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
@ -1245,7 +1245,7 @@ data:
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 6,
|
"h": 6,
|
||||||
"w": 6,
|
"w": 4,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 12
|
"y": 12
|
||||||
},
|
},
|
||||||
@ -1371,8 +1371,8 @@ data:
|
|||||||
},
|
},
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 6,
|
"h": 6,
|
||||||
"w": 6,
|
"w": 8,
|
||||||
"x": 6,
|
"x": 4,
|
||||||
"y": 12
|
"y": 12
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user