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

fix connection toggle button style

This commit is contained in:
checktheroads
2021-04-20 09:38:13 -07:00
parent 99f0e31810
commit d171e781d2
4 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<i class="mdi mdi-lan-disconnect" aria-hidden="true"></i>
</button>
{% else %}
<button type="button" class="btn btn-success btn-sm cable-toggle" title="Mark Installed" data="{{ cable.pk }}">
<button type="button" class="btn btn-info btn-sm cable-toggle" title="Mark Installed" data="{{ cable.pk }}">
<i class="mdi mdi-lan-connect" aria-hidden="true"></i>
</button>
{% endif %}