Simple Dashboard

{% for L in config %}
{{L.label}}
{% for gauge in L.gauges %} {% endfor %}
{% for meter in L.meters %}
Loading..

{{meter.label|truncate(10)}}

{% endfor %}
{% for histo in L.histograms %} {% endfor %}
{{gauge.label}}
{% endfor %}