{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": false, "gnetId": null, "graphTooltip": 0, "schemaVersion": 27, "style": "dark", "tags": ["customers"], "templating": { "list": [] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "{{ nren_name }}", "version": 1, "links": [], "panels": [ {% for panel in aggregate_panels %} {{ panel }}, {% endfor %} {% for group in dropdown_groups %} {{ group.dropdown }} {% if group.panels|length > 0 %} , {% endif %} {% for panel in group.panels %} {{ panel }}{{ "," if not loop.last }} {% endfor %} {{ "," if not loop.last }} {% endfor %} ] }