From 458251683cbfbf7de3047d4219a2e9392cc04a2f Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 25 Sep 2019 09:28:23 -0500 Subject: [PATCH] Fixes: #3540 - Changed interface edit to use new inline vlan edit fields --- .../virtualization/interface_edit.html | 30 ++----------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/netbox/templates/virtualization/interface_edit.html b/netbox/templates/virtualization/interface_edit.html index 7977f9fed..437b960c9 100644 --- a/netbox/templates/virtualization/interface_edit.html +++ b/netbox/templates/virtualization/interface_edit.html @@ -11,20 +11,11 @@ {% render_field form.mtu %} {% render_field form.description %} {% render_field form.mode %} + {% render_field form.untagged_vlan %} + {% render_field form.tagged_vlans %} {% render_field form.tags %} - {% if obj.mode %} -
-
802.1Q VLANs
- {% include 'dcim/inc/interface_vlans_table.html' %} - -
- {% endif %} {% endblock %} {% block buttons %} @@ -36,19 +27,4 @@ {% endif %} Cancel -{% endblock %} - -{% block javascript %} - -{% endblock %} +{% endblock %} \ No newline at end of file