monitoring: increase ups current stat font size

This commit is contained in:
Brad Stein 2026-04-13 11:43:06 -03:00
parent 9f9b00a6fb
commit d847a731fb
3 changed files with 24 additions and 4 deletions

View File

@ -1854,6 +1854,8 @@ def build_overview():
text_mode="name_and_value", text_mode="name_and_value",
legend="{{metric}}", legend="{{metric}}",
instant=True, instant=True,
title_size=14,
value_size=30,
field_overrides=[ field_overrides=[
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]}, {"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]}, {"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},
@ -1876,6 +1878,8 @@ def build_overview():
text_mode="name_and_value", text_mode="name_and_value",
legend="{{metric}}", legend="{{metric}}",
instant=True, instant=True,
title_size=14,
value_size=30,
field_overrides=[ field_overrides=[
{"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]}, {"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]},
{"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]}, {"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]},

View File

@ -1154,7 +1154,11 @@
"fields": "", "fields": "",
"values": false "values": false
}, },
"textMode": "name_and_value" "textMode": "name_and_value",
"text": {
"titleSize": 14,
"valueSize": 30
}
}, },
"links": [ "links": [
{ {
@ -1248,7 +1252,11 @@
"fields": "", "fields": "",
"values": false "values": false
}, },
"textMode": "name_and_value" "textMode": "name_and_value",
"text": {
"titleSize": 14,
"valueSize": 30
}
}, },
"links": [ "links": [
{ {

View File

@ -1163,7 +1163,11 @@ data:
"fields": "", "fields": "",
"values": false "values": false
}, },
"textMode": "name_and_value" "textMode": "name_and_value",
"text": {
"titleSize": 14,
"valueSize": 30
}
}, },
"links": [ "links": [
{ {
@ -1257,7 +1261,11 @@ data:
"fields": "", "fields": "",
"values": false "values": false
}, },
"textMode": "name_and_value" "textMode": "name_and_value",
"text": {
"titleSize": 14,
"valueSize": 30
}
}, },
"links": [ "links": [
{ {