{% extends 'base.html' %} {% block title %}Plugins Status{% endblock %} {% block header %}Plugins Status{% endblock %} {% block content %}
| Plugin ID | Type | Status | Version |
|---|---|---|---|
| {{ plugin.id }} | {{ plugin.get_type }} | {% if plugin.healthy.value %} Healthy {% else %} Unhealthy {% endif %} | {{ plugin.get_version }} |