mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 20:18:38 -06:00
fix add prefix button
This commit is contained in:
@@ -1 +1,10 @@
|
|||||||
{% extends 'generic/object.html' %}
|
{% extends 'generic/object.html' %}
|
||||||
|
{% load i18n %}
|
||||||
|
|
||||||
|
{% block extra_controls %}
|
||||||
|
{% if perms.ipam.add_prefix %}
|
||||||
|
<a href="{% url 'ipam:prefix_add' %}?role={{ object.pk }}" class="btn btn-primary">
|
||||||
|
<span class="mdi mdi-plus-thick" aria-hidden="true"></span> {% trans "Add Prefix" %}
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endblock extra_controls %}
|
||||||
|
|||||||
Reference in New Issue
Block a user