fix copy paste error

This commit is contained in:
m0duspwnens
2021-07-08 16:50:25 -04:00
parent 45f0b4c85f
commit f4fae89b8e

View File

@@ -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 -%}
] ]