{% extends "dashboard.html" %} {% block content %}
{{ plugin["description"] }}
Plugin is deactivated, therefore no information is available.
Metrics plugin isn't activated, therefore no information is available.
(Pre rendering error) {{ pre_render.get('data', {'error': 'No log to show'}).get("error", "No log to show") }}
{{ 'Active' if up else 'Inactive' }}
{{ value.get("value") }}
{% set description = value.get("description") %} {% if description %}{{ value.get("description") }}
{% endif %}{{ value.get("value") }}
{{ human_readable_number(value.get("value") ) }}
{% endif %} {% set subtitle = value.get("subtitle") %} {% if subtitle %} {{ subtitle }} {% endif %}{{ val_key|trim }} | {% set ns_list.size = value['data'][val_key]|length if value['data'][val_key]|length > ns_list.size else ns_list.size %} {% endfor %}
---|
{{ items[n]|trim if n < items|length else '' }} | {% endfor %}
No data to show
Plugin page not yet available during the beta phase.