1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Introduce the RouteTarget model

This commit is contained in:
Jeremy Stretch
2020-09-24 11:25:52 -04:00
parent 9b16d6df2e
commit dfb5a06d9d
14 changed files with 397 additions and 12 deletions

View File

@@ -331,6 +331,15 @@
{% endif %}
<a href="{% url 'ipam:vrf_list' %}">VRFs</a>
</li>
<li{% if not perms.ipam.view_routetarget %} class="disabled"{% endif %}>
{% if perms.ipam.add_routetarget %}
<div class="buttons pull-right">
<a href="{% url 'ipam:routetarget_add' %}" class="btn btn-xs btn-success" title="Add"><i class="fa fa-plus"></i></a>
<a href="{% url 'ipam:routetarget_import' %}" class="btn btn-xs btn-info" title="Import"><i class="fa fa-download"></i></a>
</div>
{% endif %}
<a href="{% url 'ipam:routetarget_list' %}">Route Targets</a>
</li>
<li class="divider"></li>
<li class="dropdown-header">VLANs</li>
<li{% if not perms.ipam.view_vlan %} class="disabled"{% endif %}>