mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Fix typo
This commit is contained in:
parent
9fa5004a35
commit
9a829500cd
@ -338,7 +338,7 @@
|
|||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li class="dropdown-header">Services</li>
|
<li class="dropdown-header">Services</li>
|
||||||
<li{% if not perms.ipam.view_service %} class="disabled"{% endif %}>
|
<li{% if not perms.ipam.view_service %} class="disabled"{% endif %}>
|
||||||
{% if perms.ipam.add_vservice %}
|
{% if perms.ipam.add_service %}
|
||||||
<div class="buttons pull-right">
|
<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>
|
<a href="{% url 'ipam:service_import' %}" class="btn btn-xs btn-info" title="Import"><i class="fa fa-download"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user