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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2026-03-12 11:45:17 -07:00 committed by James Valleroy
parent 310fa40a1e
commit 91d5a980c4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -4,10 +4,11 @@
{% load i18n %}
{% load static %}
{% load plinth_extras %}
<p>
{% if data.state == "waiting" %}
<span class="fa fa-clock-o"></span>
{% icon 'clock-o' %}
{% elif data.state == "running" %}
<span class="fa fa-refresh fa-spin processing"></span>
{% elif data.state == "completed" %}