From cc13bbb0e3fd54f129517c6befc6fdf0e7068929 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:26:20 -0700 Subject: [PATCH] power: 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/power/templates/power_busy_warning.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/power/templates/power_busy_warning.html b/plinth/modules/power/templates/power_busy_warning.html index 29fa14524..b0549532b 100644 --- a/plinth/modules/power/templates/power_busy_warning.html +++ b/plinth/modules/power/templates/power_busy_warning.html @@ -3,11 +3,12 @@ {% endcomment %} {% load i18n %} +{% load plinth_extras %} {% if pkg_manager_is_busy %}
- + {% icon 'exclamation-triangle' %} {% trans "Caution:" %}