Simple Dashboard

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

{{meter.label}}

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