1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Use button role names instead of color shades

This commit is contained in:
jeremystretch
2021-07-20 21:21:03 -04:00
parent 347ea4ca98
commit ebe7779f40
13 changed files with 17 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
<a href="{{ url }}" class="btn btn-sm btn-red-500 m-1" role="button">
<a href="{{ url }}" class="btn btn-sm btn-danger m-1" role="button">
<span class="mdi mdi-trash-can-outline" aria-hidden="true"></span>&nbsp;Delete
</a>