Explorar o código

Fix VLANGroup 'add VLAN' button

Jeremy Stretch %!s(int64=5) %!d(string=hai) anos
pai
achega
e1e840eb69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/templates/ipam/vlangroup.html

+ 1 - 1
netbox/templates/ipam/vlangroup.html

@@ -59,7 +59,7 @@
       {% include 'inc/table.html' with table=vlans_table %}
       {% if perms.ipam.add_vlan %}
         <div class="panel-footer text-right noprint">
-          <a href="{% url 'ipam:vlan_add' %}?role={{ object.pk }}" class="btn btn-xs btn-primary">
+          <a href="{% url 'ipam:vlan_add' %}?group={{ object.pk }}" class="btn btn-xs btn-primary">
             <span class="mdi mdi-plus-thick" aria-hidden="true"></span> Add VLAN
           </a>
         </div>