mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Unchecked glyphicon
This commit is contained in:
parent
c84226b0b5
commit
02008ca448
@ -389,7 +389,7 @@
|
||||
<span class="glyphicon glyphicon-check" aria-hidden="true"></span> Show IPs
|
||||
</button>
|
||||
<button class="btn btn-default btn-xs toggle-description">
|
||||
<span class="glyphicon glyphicon-uncheck" aria-hidden="true"></span> Show Descriptions
|
||||
<span class="glyphicon glyphicon-unchecked" aria-hidden="true"></span> Show Descriptions
|
||||
</button>
|
||||
{% if perms.dcim.change_interface and interfaces|length > 1 %}
|
||||
<button class="btn btn-default btn-xs toggle">
|
||||
|
Loading…
Reference in New Issue
Block a user