mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
yamlize gridpos
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 5,
|
||||
"w": 4,
|
||||
"x": 4,
|
||||
"y": 0
|
||||
"x": {{ PANELS.system_uptime.gridPos.x }},
|
||||
"y": {{ PANELS.system_uptime.gridPos.y }},
|
||||
"w": {{ PANELS.system_uptime.gridPos.w }},
|
||||
"h": {{ PANELS.system_uptime.gridPos.h }}
|
||||
},
|
||||
"id": 39,
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user