mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
ui: Use inline SVG icons for app's service-not-running message
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
e70478711a
commit
4b1d14fa7f
@ -27,7 +27,7 @@
|
|||||||
<div id='service-not-running' role="alert"
|
<div id='service-not-running' role="alert"
|
||||||
class="alert alert-danger d-flex align-items-center {{ is_enabled|yesno:',d-none' }}">
|
class="alert alert-danger d-flex align-items-center {{ is_enabled|yesno:',d-none' }}">
|
||||||
<div class="me-2">
|
<div class="me-2">
|
||||||
<span class="fa fa-exclamation-triangle" aria-hidden="true"></span>
|
{% icon 'exclamation-triangle' %}
|
||||||
<span class="visually-hidden">{% trans "Caution:" %}</span>
|
<span class="visually-hidden">{% trans "Caution:" %}</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user