mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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 i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
{% load plinth_extras %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if data.state == "waiting" %}
|
{% if data.state == "waiting" %}
|
||||||
<span class="fa fa-clock-o"></span>
|
{% icon 'clock-o' %}
|
||||||
{% elif data.state == "running" %}
|
{% elif data.state == "running" %}
|
||||||
<span class="fa fa-refresh fa-spin processing"></span>
|
<span class="fa fa-refresh fa-spin processing"></span>
|
||||||
{% elif data.state == "completed" %}
|
{% elif data.state == "completed" %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user