{% load helpers %}
| ID | Name | Status | Type | Group | Site | Tenant | Devices | VMs | ||
|---|---|---|---|---|---|---|---|---|---|---|
| {% if cluster.status == 'active' %} {% elif cluster.status == 'offline' %} {% elif cluster.status == 'planned' %} — {% else %} — {% endif %} | {{ cluster.pk }} | {{ cluster.name }} | {{ cluster.get_status_display }} | {% if cluster.type %} {{ cluster.type }} {% else %} — {% endif %} | {% if cluster.group %} {{ cluster.group }} {% else %} — {% endif %} | {% if cluster.site_display %} {{ cluster.site_display }} {% else %} — {% endif %} | {% if cluster.tenant %} {{ cluster.tenant }} {% else %} — {% endif %} | {{ cluster.device_count }} | {{ cluster.vm_count }} | |
|
No clusters synced with Proxbox yet.
Clusters are created automatically when nodes or VMs are synced from Proxmox. |
||||||||||