{% extends "control_plane/base.html" %} {% block content %}

Resources

Compute/provider visibility without credentials.

{% for row in resources %}{% empty %}{% endfor %}
ResourceKindProviderHealthRolesRecent RequestsMedian Latency
{{ row.resource.name }}{{ row.resource.kind }}{{ row.resource.provider }} {{ row.resource.config.model|default:"" }}{{ row.resource.health_status }}{{ row.resource.roles }}{{ row.request_count }}{{ row.median_latency|default:"n/a" }}
No resources.
{% endblock %}