{{config.title}}

{% for R in config.rows %} {% for C in R.cells %} {% endfor %} {% endfor %}
{% if C.type == 'empty' %}
 

 

{% elif C.type == 'label' %}
{{C.label}}

 

{% elif C.type == 'status' %}

{{C.label|truncate(10, True, "+", 0)}}

{% elif C.type == 'value' %}
 {{C.unit}}

{{C.label|truncate(10, True, "+", 0)}}

{% elif C.type == 'gauge' %}
Loading...
Loading..

{{C.label|truncate(10, True, "+", 0)}}

{% elif C.type == 'histogram' %}

{{C.label|truncate(10, True, "+", 0)}}

{% endif %}