mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
16 lines
348 B
Django/Jinja
16 lines
348 B
Django/Jinja
{
|
|
"collapsed": false,
|
|
"datasource": null,
|
|
"gridPos": {
|
|
"x": {{ PANELS.row_cpu.gridPos.x }},
|
|
"y": {{ PANELS.row_cpu.gridPos.y }},
|
|
"w": {{ PANELS.row_cpu.gridPos.w }},
|
|
"h": {{ PANELS.row_cpu.gridPos.h }}
|
|
},
|
|
"id": 2,
|
|
"panels": [],
|
|
"repeat": null,
|
|
"title": "CPU",
|
|
"type": "row"
|
|
}
|