Fix SMART Health Status panel layout
Switch to auto orientation and increase height so the 4 device status blocks display as horizontal squares instead of vertical strips. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
663c2d92b0
commit
c3d9a2478d
1 changed files with 13 additions and 13 deletions
|
|
@ -35,13 +35,13 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 1 },
|
||||
"gridPos": { "h": 6, "w": 24, "x": 0, "y": 1 },
|
||||
"id": 1,
|
||||
"options": {
|
||||
"colorMode": "background",
|
||||
"graphMode": "none",
|
||||
"justifyMode": "center",
|
||||
"orientation": "horizontal",
|
||||
"orientation": "auto",
|
||||
"reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false },
|
||||
"textMode": "value_and_name"
|
||||
},
|
||||
|
|
@ -53,7 +53,7 @@ data:
|
|||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 },
|
||||
"gridPos": { "h": 1, "w": 24, "x": 0, "y": 7 },
|
||||
"id": 101,
|
||||
"panels": [],
|
||||
"title": "Temperature",
|
||||
|
|
@ -70,7 +70,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 6 },
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 8 },
|
||||
"id": 2,
|
||||
"options": {
|
||||
"colorMode": "value",
|
||||
|
|
@ -114,7 +114,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 8, "w": 24, "x": 0, "y": 10 },
|
||||
"gridPos": { "h": 8, "w": 24, "x": 0, "y": 12 },
|
||||
"id": 3,
|
||||
"options": {
|
||||
"legend": { "calcs": ["mean", "max"], "displayMode": "table", "placement": "right", "showLegend": true },
|
||||
|
|
@ -128,7 +128,7 @@ data:
|
|||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 },
|
||||
"gridPos": { "h": 1, "w": 24, "x": 0, "y": 20 },
|
||||
"id": 102,
|
||||
"panels": [],
|
||||
"title": "Wear Indicators",
|
||||
|
|
@ -144,7 +144,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 19 },
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 21 },
|
||||
"id": 4,
|
||||
"options": {
|
||||
"colorMode": "value",
|
||||
|
|
@ -170,7 +170,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 23 },
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 25 },
|
||||
"id": 5,
|
||||
"options": {
|
||||
"colorMode": "value",
|
||||
|
|
@ -196,7 +196,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 27 },
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 29 },
|
||||
"id": 6,
|
||||
"options": {
|
||||
"colorMode": "value",
|
||||
|
|
@ -222,7 +222,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 31 },
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 33 },
|
||||
"id": 7,
|
||||
"options": {
|
||||
"colorMode": "value",
|
||||
|
|
@ -240,7 +240,7 @@ data:
|
|||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"gridPos": { "h": 1, "w": 24, "x": 0, "y": 35 },
|
||||
"gridPos": { "h": 1, "w": 24, "x": 0, "y": 37 },
|
||||
"id": 103,
|
||||
"panels": [],
|
||||
"title": "Lifetime",
|
||||
|
|
@ -257,7 +257,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 36 },
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 38 },
|
||||
"id": 8,
|
||||
"options": {
|
||||
"colorMode": "value",
|
||||
|
|
@ -283,7 +283,7 @@ data:
|
|||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 40 },
|
||||
"gridPos": { "h": 4, "w": 24, "x": 0, "y": 42 },
|
||||
"id": 9,
|
||||
"options": {
|
||||
"colorMode": "value",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue