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

Closes #4324: Add CSV import view for services

This commit is contained in:
Jeremy Stretch
2020-03-06 16:33:43 -05:00
parent 2a5bf2a222
commit 9fa5004a35
7 changed files with 53 additions and 4 deletions

View File

@@ -338,6 +338,11 @@
<li class="divider"></li>
<li class="dropdown-header">Services</li>
<li{% if not perms.ipam.view_service %} class="disabled"{% endif %}>
{% if perms.ipam.add_vservice %}
<div class="buttons pull-right">
<a href="{% url 'ipam:service_import' %}" class="btn btn-xs btn-info" title="Import"><i class="fa fa-download"></i></a>
</div>
{% endif %}
<a href="{% url 'ipam:service_list' %}">Services</a>
</li>
</ul>