From 91d5a980c474490e85a4311f8200019a7d99d71c Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 12 Mar 2026 11:45:17 -0700 Subject: [PATCH] ui: Use inline SVG icons for operation waiting notifcation Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/templates/operation-notification.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/templates/operation-notification.html b/plinth/templates/operation-notification.html index e7eb8b95f..e524cb0be 100644 --- a/plinth/templates/operation-notification.html +++ b/plinth/templates/operation-notification.html @@ -4,10 +4,11 @@ {% load i18n %} {% load static %} +{% load plinth_extras %}

{% if data.state == "waiting" %} - + {% icon 'clock-o' %} {% elif data.state == "running" %} {% elif data.state == "completed" %}