mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-19 10:08:44 -06:00
Add 'add export template' link to dropdown
This commit is contained in:
@@ -12,5 +12,9 @@
|
||||
<li><a href="?{% if url_params %}{{ url_params.urlencode }}&{% endif %}export={{ et.name }}"{% if et.description %} title="{{ et.description }}"{% endif %}>{{ et.name }}</a></li>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if add_exporttemplate_link %}
|
||||
<li class="divider"></li>
|
||||
<li><a href="{{ add_exporttemplate_link }}">Add export template... </a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user