mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 09:53:12 +01:00
comma control
This commit is contained in:
@@ -22,9 +22,10 @@
|
||||
"panels": [
|
||||
|
||||
{% for panel in PANELS -%}
|
||||
{%- import_json "grafana/panels/" ~ panel ~ ".json" as panel %}
|
||||
{{ panel }},
|
||||
{%- endfor %}
|
||||
{%- import_json "grafana/panels/" ~ panel ~ ".json.jinja" as panel %}
|
||||
{{ panel | json }} {%- if not loop.last %},{% endif %}
|
||||
|
||||
{% endfor -%}
|
||||
|
||||
],
|
||||
"refresh": "30s",
|
||||
@@ -146,7 +147,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "browser",
|
||||
"title": "Standalone Mode - {{ SERVERNAME }} Overview",
|
||||
"title": "Standalone - {{ SERVERNAME }} Overview",
|
||||
"uid": "{{ UID }}",
|
||||
"version": 17
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user