{{ dashboard.name }}
Refresh: Off
30s
1m
5m
{% if dashboard.description %}
{{ dashboard.description }}
{% endif %} {% if tabs and tabs | length > 1 %}
All
{% for tab in tabs %}
{{ tab.name }}
{% endfor %}
{% endif %}
{% for w in widgets %}
{{ w.title }}
{% endfor %}
{% if not widgets %}
No widgets configured
{% endif %}