{% load helpers %}
| ID | Name | Status | Cluster | Site | Role | Tenant | Platform | VCPU | Memory (MiB) | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {% if vm.status == 'active' %} {% elif vm.status == 'offline' %} {% elif vm.status == 'planned' %} — {% else %} — {% endif %} | {{ vm.pk }} | {{ vm.name }} | {{ vm.get_status_display }} | {% if vm.cluster %} {{ vm.cluster }} {% else %} — {% endif %} | {% if vm.site %} {{ vm.site }} {% else %} — {% endif %} | {% if vm.role %} {{ vm.role }} {% else %} — {% endif %} | {% if vm.tenant %} {{ vm.tenant }} {% else %} — {% endif %} | {% if vm.platform %} {{ vm.platform }} {% else %} — {% endif %} | {{ vm.vcpus|default:"—" }} | {{ vm.memory|default:"—" }} | |
|
No LXC containers synced with Proxbox yet.
Click "Sync LXC Containers" to synchronize Proxmox containers with NetBox. |
|||||||||||