mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
storage: Use inline SVG icons
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
1b24a03774
commit
d8909277a5
@ -6,6 +6,7 @@
|
||||
{% load bootstrap %}
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
{% load plinth_extras %}
|
||||
|
||||
{% block page_head %}
|
||||
<link type="text/css" rel="stylesheet"
|
||||
@ -61,8 +62,8 @@
|
||||
action="{% url 'storage:eject' disk.device|urlencode:'' %}">
|
||||
{% csrf_token %}
|
||||
|
||||
<button type="submit"
|
||||
class="btn btn-sm btn-default fa fa-eject">
|
||||
<button type="submit" class="btn btn-sm btn-default">
|
||||
{% icon 'eject' %}
|
||||
</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user