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

Nodes

{% for node in proxmox.nodes %} {% endfor %}
Node status changed Cluster changed Update result
{{ node.changes.status }} {{ node.changes.cluster }} {{ node.result }}


{% endif %} {% if proxmox.virtualmachines %}

Virtual Machines and Containers

{% for virtualmachine in proxmox.virtualmachines %} {% endfor %}
VM/CT Name Status changed Custom Fields Local context Resources Tag Update result
{{ virtualmachine.name }} {{ virtualmachine.changes.status }} {{ virtualmachine.changes.custom_fields }} {{ virtualmachine.changes.local_context }} {{ virtualmachine.changes.resources }} {{ virtualmachine.changes.tag }} {{ virtualmachine.result }}


{% endif %} {% if proxmox.remove_unused %}

Remove unused VM/CT

Logs:

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