diff --git a/plinth/modules/networks/templates/connections_list.html b/plinth/modules/networks/templates/connections_list.html index 8b481484f..2fb6cc00f 100644 --- a/plinth/modules/networks/templates/connections_list.html +++ b/plinth/modules/networks/templates/connections_list.html @@ -22,6 +22,14 @@ {% block page_head %} {% endblock %} @@ -58,6 +67,32 @@ aria-hidden="true"> + {% if connection.is_active %} +
+ {% else %} + + {% endif %} + + {% if connection.is_active %} + + Active + {% else %} + + Inactive + {% endif %} + @@ -65,45 +100,6 @@ {{ connection.type }} - - {% if connection.is_active %} -