{% extends "base.html" %} {% set active_page = "components" %} {% block title %}FaultRay - Components{% endblock %} {% block page_title %}Components{% endblock %} {% block page_subtitle %}Infrastructure component inventory{% endblock %} {% block content %}

All Components

{{ components | length }} total
{% for comp in components %} {% endfor %}
Name Type Host Replicas Utilization Health Details
{{ comp.name }} {{ comp.id }} {{ comp.type | replace("_", " ") | title }} {{ comp.host }}:{{ comp.port }} {{ comp.replicas }}
{{ comp.utilization }}%
{{ comp.health }}
{% endblock %}