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:
Sunil Mohan Adapa 2026-03-11 23:24:21 -07:00 committed by James Valleroy
parent 1b24a03774
commit d8909277a5
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 %}