Simple Dashboard
{% for L in config %}
{{L.label}}
{% for meter in L.meters %}
Loading..
{{meter.label|truncate(10)}}
{% endfor %}
{% for histo in L.histograms %}
{% endfor %}
{% for gauge in L.gauges %}
{{gauge.label}}
{% endfor %}
{% endfor %}