diff --git a/netbox/templates/virtualization/inc/vminterface.html b/netbox/templates/virtualization/inc/vminterface.html deleted file mode 100644 index 93efafb5a..000000000 --- a/netbox/templates/virtualization/inc/vminterface.html +++ /dev/null @@ -1,136 +0,0 @@ -{% load helpers %} -
IP Address | -Status/Role | -VRF | -Description | -- |
---|---|---|---|---|
- {{ ip }} - | - - {# Primary/status/role #} -- {% if virtualmachine.primary_ip4 == ip or virtualmachine.primary_ip6 == ip %} - Primary - {% endif %} - {{ ip.get_status_display }} - {% if ip.role %} - {{ ip.get_role_display }} - {% endif %} - | - - {# VRF #} -- {% if ip.vrf %} - {{ ip.vrf.name }} - {% else %} - Global - {% endif %} - | - - {# Description #} -- {% if ip.description %} - {{ ip.description }} - {% else %} - — - {% endif %} - | - - {# Buttons #} - - -
- {% endif %} - | Name | -MAC Address | -MTU | -Mode | -Description | -- | |
---|---|---|---|---|---|---|---|
— No interfaces defined — | -