From bcc6bdc9223b7b4b6f71e50343718f47902cdbb0 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 12 Mar 2026 08:31:39 -0700 Subject: [PATCH] networks: Use inline SVG icons Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/networks/templates/connection_show.html | 9 +++++---- .../modules/networks/templates/connections_fields.html | 3 ++- plinth/modules/networks/templates/connections_list.html | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/plinth/modules/networks/templates/connection_show.html b/plinth/modules/networks/templates/connection_show.html index 13ef82c6c..32a6d32f8 100644 --- a/plinth/modules/networks/templates/connection_show.html +++ b/plinth/modules/networks/templates/connection_show.html @@ -7,6 +7,7 @@ {% load static %} {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block page_head %}
- + {% icon 'exclamation-triangle' %} {% trans "Caution:" %}
@@ -285,7 +286,7 @@