{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Import VMs from vCenter{% endblock %} {% block content %}
The following {{ new_count }} VM(s) will be imported to NetBox:
| VM Name | Power | vCPUs | Memory | Disk | Status |
|---|---|---|---|---|---|
| {{ vm.name }} {% if vm.exists_in_netbox %} Exists {% endif %} | {% if vm.power_state == 'on' %} ON {% else %} OFF {% endif %} | {{ vm.vcpus|default:'-' }} | {{ vm.memory_mb|default:'-' }} MB | {{ vm.disk_gb|default:'-' }} GB | {% if vm.exists_in_netbox %} Skip {% else %} Import {% endif %} |