Ver código fonte

Fix VLANGroup 'add VLAN' button

Jeremy Stretch 4 anos atrás
pai
commit
e1e840eb69
1 arquivos alterados com 1 adições e 1 exclusões
  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>