{% load helpers %}

LXC Containers

Synced LXC Containers: {% if lxc_containers %}{{ lxc_containers|length }}{% else %}0{% endif %}

{% if lxc_containers %} {% for vm in lxc_containers %} {% endfor %} {% else %} {% endif %}
ID Name Status Cluster Site Role Tenant Platform VCPU Memory (MiB) Actions
{% 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.