1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Files
netbox-community-netbox/netbox/utilities/templates/buttons/add.html

7 lines
180 B
HTML
Raw Normal View History

<div class="d-flex flex-shrink-1 m-1">
2021-07-20 13:46:59 -04:00
<a href="{{ add_url }}" type="button" class="btn btn-sm btn-green-500">
<i class="mdi mdi-plus-thick"></i>
&nbsp;Add
</a>
</div>