monitoring: increase ups current stat font size
This commit is contained in:
parent
9f9b00a6fb
commit
d847a731fb
@ -1854,6 +1854,8 @@ def build_overview():
|
||||
text_mode="name_and_value",
|
||||
legend="{{metric}}",
|
||||
instant=True,
|
||||
title_size=14,
|
||||
value_size=30,
|
||||
field_overrides=[
|
||||
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
|
||||
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},
|
||||
@ -1876,6 +1878,8 @@ def build_overview():
|
||||
text_mode="name_and_value",
|
||||
legend="{{metric}}",
|
||||
instant=True,
|
||||
title_size=14,
|
||||
value_size=30,
|
||||
field_overrides=[
|
||||
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
|
||||
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},
|
||||
|
||||
@ -1154,7 +1154,11 @@
|
||||
"fields": "",
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value"
|
||||
"textMode": "name_and_value",
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 30
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
@ -1248,7 +1252,11 @@
|
||||
"fields": "",
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value"
|
||||
"textMode": "name_and_value",
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 30
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
@ -1163,7 +1163,11 @@ data:
|
||||
"fields": "",
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value"
|
||||
"textMode": "name_and_value",
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 30
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
@ -1257,7 +1261,11 @@ data:
|
||||
"fields": "",
|
||||
"values": false
|
||||
},
|
||||
"textMode": "name_and_value"
|
||||
"textMode": "name_and_value",
|
||||
"text": {
|
||||
"titleSize": 14,
|
||||
"valueSize": 30
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user