{% extends 'base/layout.html' %} {% load static %} {% block content %} {% include "netbox_proxbox/virtual_machines_table/script.html" %} {% include "netbox_proxbox/nodes_table/script.html" %}

Proxmox Virtual Machines and Containers

{% if perms.netbox_proxbox.add_proxmoxvm %} {% endif %}
{% include "netbox_proxbox/nodes_table/table.html" %} {% include "netbox_proxbox/virtual_machines_table/table.html" %} {% include "netbox_proxbox/home/log_messages.html" %} {% endblock %}