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

Fix rack elevation image toggles

This commit is contained in:
Jeremy Stretch
2020-11-10 13:42:48 -05:00
parent b9af6ef841
commit 7a61354d8c
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
{% include 'inc/created_updated.html' with obj=rack %}
<div class="pull-right noprint">
<button class="btn btn-sm btn-default toggle-images" selected="selected">
<span class="mdi mdi-check-bold" aria-hidden="true"></span> Show Images
<span class="mdi mdi-checkbox-marked-circle-outline" aria-hidden="true"></span> Show Images
</button>
{% custom_links rack %}
</div>