comma control

This commit is contained in:
m0duspwnens
2021-07-06 11:06:35 -04:00
parent 98505a9a3f
commit a5067718d2
5 changed files with 16 additions and 15 deletions

View File

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