yamlize gridpos

This commit is contained in:
m0duspwnens
2021-07-09 16:14:25 -04:00
parent fb8ccedf66
commit 33d3aef9f5

View File

@@ -18,10 +18,10 @@
"overrides": [] "overrides": []
}, },
"gridPos": { "gridPos": {
"h": 5, "x": {{ PANELS.system_uptime.gridPos.x }},
"w": 4, "y": {{ PANELS.system_uptime.gridPos.y }},
"x": 4, "w": {{ PANELS.system_uptime.gridPos.w }},
"y": 0 "h": {{ PANELS.system_uptime.gridPos.h }}
}, },
"id": 39, "id": 39,
"options": { "options": {