From 1b24a037743394393539c4eb0d413a0126e3a69a Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 23:19:35 -0700 Subject: [PATCH] diagnostics: 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 --- .../modules/diagnostics/templates/diagnostics_full.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plinth/modules/diagnostics/templates/diagnostics_full.html b/plinth/modules/diagnostics/templates/diagnostics_full.html index d82fa2f31..4d4d2257f 100644 --- a/plinth/modules/diagnostics/templates/diagnostics_full.html +++ b/plinth/modules/diagnostics/templates/diagnostics_full.html @@ -4,6 +4,7 @@ {% endcomment %} {% load i18n %} +{% load plinth_extras %} {% block content %} @@ -72,9 +73,9 @@ {% endwith %} {% endfor %} {% elif app_data.exception %} - + {% icon 'exclamation-triangle' %} {% else %} - + {% icon 'hourglass-o' %} {% endif %} {% if app_data.show_repair %} @@ -98,7 +99,7 @@ {% elif app_data.exception %}