mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Fix VLANGroup 'add VLAN' button
This commit is contained in:
parent
0eb9f41470
commit
e1e840eb69
@ -59,7 +59,7 @@
|
|||||||
{% include 'inc/table.html' with table=vlans_table %}
|
{% include 'inc/table.html' with table=vlans_table %}
|
||||||
{% if perms.ipam.add_vlan %}
|
{% if perms.ipam.add_vlan %}
|
||||||
<div class="panel-footer text-right noprint">
|
<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
|
<span class="mdi mdi-plus-thick" aria-hidden="true"></span> Add VLAN
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user