{% extends 'base/layout.html' %} {% block content %}

Out-of-the-box mode is enabled. Configure only Proxmox credentials and run sync.

Proxbox Configuration

{% if proxmox_endpoint_list and proxmox_endpoint_list|length > 0 %} {% for object in proxmox_endpoint_list %} {% if proxmox_endpoint_list|length == 1 %}
{% elif proxmox_endpoint_list|length == 2 %}
{% else %}
{% endif %} Loading Proxmox endpoint {{ object.pk }}...
{% endfor %} {% else %}

There are no Proxmox Endpoints configured.


{% endif %}
{% endblock %} {% block footer_links %} {{ block.super }} {% include "netbox_proxbox/footer.html" %} {% endblock %}