mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Introduced clone, edit, and delete buttons
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<a href="{% url add_url %}" class="btn btn-primary">
|
||||
<a href="{{ add_url }}" class="btn btn-primary">
|
||||
<span class="fa fa-plus" aria-hidden="true"></span> Add
|
||||
</a>
|
||||
|
3
netbox/utilities/templates/buttons/delete.html
Normal file
3
netbox/utilities/templates/buttons/delete.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<a href="{{ url }}" class="btn btn-danger">
|
||||
<span class="fa fa-trash" aria-hidden="true"></span> Delete
|
||||
</a>
|
3
netbox/utilities/templates/buttons/edit.html
Normal file
3
netbox/utilities/templates/buttons/edit.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<a href="{{ url }}" class="btn btn-warning">
|
||||
<span class="fa fa-pencil" aria-hidden="true"></span> Edit
|
||||
</a>
|
Reference in New Issue
Block a user