fix typo in idrac voltage to be in volts not watts [ci skip]

This commit is contained in:
Viktor Barzin 2024-12-17 19:35:27 +00:00
parent f587b2737c
commit 9826f8546c

View file

@ -1675,7 +1675,7 @@
} }
] ]
}, },
"unit": "watt" "unit": "volt"
}, },
"overrides": [ "overrides": [
{ {
@ -1816,6 +1816,8 @@
"axisColorMode": "text", "axisColorMode": "text",
"axisLabel": "", "axisLabel": "",
"axisPlacement": "auto", "axisPlacement": "auto",
"axisSoftMax": 240,
"axisSoftMin": 220,
"barAlignment": 0, "barAlignment": 0,
"drawStyle": "line", "drawStyle": "line",
"fillOpacity": 10, "fillOpacity": 10,
@ -1861,7 +1863,7 @@
} }
] ]
}, },
"unit": "watt" "unit": "volt"
}, },
"overrides": [ "overrides": [
{ {
@ -1995,6 +1997,6 @@
"timezone": "", "timezone": "",
"title": "iDRAC - Host Stats", "title": "iDRAC - Host Stats",
"uid": "O19gr0jZk", "uid": "O19gr0jZk",
"version": 5, "version": 6,
"weekStart": "" "weekStart": ""
} }