mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Added missing import buttons to cables list
This commit is contained in:
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
|
{% if perms.dcim.add_cable %}
|
||||||
|
{% import_button 'dcim:cable_import' %}
|
||||||
|
{% endif %}
|
||||||
{% export_button content_type %}
|
{% export_button content_type %}
|
||||||
</div>
|
</div>
|
||||||
<h1>{% block title %}Cables{% endblock %}</h1>
|
<h1>{% block title %}Cables{% endblock %}</h1>
|
||||||
|
Reference in New Issue
Block a user