Skip to content
Snippets Groups Projects
Commit e4a7de8e authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Add tags to nren dashboard template

parent b43b5401
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,15 @@
"graphTooltip": 0,
"schemaVersion": 27,
"style": "dark",
"tags": ["customers"],
{% if not tags %}
"tags": ["{{ tag }}"],
{% else %}
"tags": [
{% for tag in tags %}
"{{ tag }}"{{ "," if not loop.last }}
{% endfor %}
],
{% endif %}
"templating": {
"list": []
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment