|
@@ -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 }}" />
|