mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add gridPos
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"id": 18,
|
||||
"gridPos": {
|
||||
|
||||
"x": {{ PANELS.management_interface_traffic_both_graph.gridPos.x }},
|
||||
"y": {{ PANELS.management_interface_traffic_both_graph.gridPos.y }},
|
||||
"w": {{ PANELS.management_interface_traffic_both_graph.gridPos.w }},
|
||||
"h": {{ PANELS.management_interface_traffic_both_graph.gridPos.h }}
|
||||
},
|
||||
"type": "timeseries",
|
||||
"title": "Management Interface Traffic ",
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"id": 10,
|
||||
"gridPos": {
|
||||
|
||||
"x": {{ PANELS.monitor_interface_traffic_both_graph.gridPos.x }},
|
||||
"y": {{ PANELS.monitor_interface_traffic_both_graph.gridPos.y }},
|
||||
"w": {{ PANELS.monitor_interface_traffic_both_graph.gridPos.w }},
|
||||
"h": {{ PANELS.monitor_interface_traffic_both_graph.gridPos.h }}
|
||||
},
|
||||
"type": "timeseries",
|
||||
"title": "Monitor Interface Traffic",
|
||||
|
||||
Reference in New Issue
Block a user