{% from 'macros/docs_link.html' import docs_url %} {% extends "dashboard.html" %} {% block head %} {% endblock %} {% 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") ) }}
| {{ 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 %}|
|---|---|
| {{ cell_value }} | {% else %}{{ cell_value }} | {% endif %} {% endfor %}
No data to show
Plugin page not yet available during the beta phase.