{% 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 %}
| Name | Type | Host | Replicas | Utilization | Health | Details |
|---|---|---|---|---|---|---|
| {{ comp.name }} {{ comp.id }} | {{ comp.type | replace("_", " ") | title }} | {{ comp.host }}:{{ comp.port }} | {{ comp.replicas }} | {{ comp.health }} |