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