mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 11:37:21 -06:00
Closes #1303: Highlight installed interface connections in green on device view
This commit is contained in:
parent
97b67d0f93
commit
cd5a86bfcf
@ -1,4 +1,4 @@
|
|||||||
<tr class="interface{% if iface.connection and not iface.connection.connection_status %} info{% endif %}">
|
<tr class="interface{% if iface.connection and iface.connection.connection_status %} success{% elif iface.connection and not iface.connection.connection_status %} info{% endif %}">
|
||||||
{% if selectable and perms.dcim.change_interface or perms.dcim.delete_interface %}
|
{% if selectable and perms.dcim.change_interface or perms.dcim.delete_interface %}
|
||||||
<td class="pk">
|
<td class="pk">
|
||||||
<input name="pk" type="checkbox" value="{{ iface.pk }}" />
|
<input name="pk" type="checkbox" value="{{ iface.pk }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user