mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 02:19:37 -06:00
6 lines
139 B
HTML
6 lines
139 B
HTML
{% if url %}
|
|
<a href="{{ url }}" type="button" class="btn btn-sm btn-info">
|
|
<i class="mdi mdi-upload"></i> Import
|
|
</a>
|
|
{% endif %}
|