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

Fixes #1282: Fixed tooltips on "mark connected/planned" toggle buttons for device connections

This commit is contained in:
Jeremy Stretch
2017-06-16 10:01:47 -04:00
parent 9d89eed873
commit ea869d4ffc
6 changed files with 51 additions and 51 deletions

View File

@@ -72,7 +72,7 @@
<i class="glyphicon glyphicon-ban-circle" aria-hidden="true"></i>
</a>
{% else %}
<a href="#" class="btn btn-success btn-xs interface-toggle" data="{{ iface.connection.pk }}" title="Mark connected">
<a href="#" class="btn btn-success btn-xs interface-toggle" data="{{ iface.connection.pk }}" title="Mark installed">
<i class="fa fa-plug" aria-hidden="true"></i>
</a>
{% endif %}