mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
fix copy paste error
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
"templating": {
|
"templating": {
|
||||||
"list": [
|
"list": [
|
||||||
{% for template in TEMPLATES -%}
|
{% for template in TEMPLATES -%}
|
||||||
{%- import_json "grafana/templates/" ~ template ~ ".json" as panel %}
|
{%- import_json "grafana/templates/" ~ template ~ ".json" as template %}
|
||||||
{{ template | json }} {% if not loop.last %},{% endif %}
|
{{ template | json }} {% if not loop.last %},{% endif %}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user