{% extends 'base.html' %} {% block header %}
| Plugin | Plugin Status | Log Level | Version | Optional Features |
|---|---|---|---|---|
| {{plugin.id}} | {{ "healthy" if plugin.is_healthy() else "unhealthy"}} | {{plugin.log_level}} | {{plugin.get_version()}} |
|
No plugins found
{% endif %} {% endblock %}