mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
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:
parent
310fa40a1e
commit
91d5a980c4
@ -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" %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user