mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
backups: Use icon for add repository button
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
d99c356336
commit
8da5b21d80
@ -63,7 +63,8 @@
|
||||
<a title="{% trans 'Create new repository' %}"
|
||||
role="button" class="btn btn-primary"
|
||||
href="{% url 'backups:repository-add' %}">
|
||||
{% trans '+ Add Remote Repository' %}
|
||||
<span class="fa fa-plus" aria-hidden="true"></span>
|
||||
{% trans 'Add Remote Repository' %}
|
||||
</a>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
value="{% trans 'Restore' %}" />
|
||||
|
||||
<button id="loading_btn" class="btn btn-primary sr-only" disabled>
|
||||
<i class="fa fa-spinner fa-pulse fa-fw"></i>
|
||||
<span class="fa fa-spinner fa-pulse fa-fw" aria-hidden="true"></span>
|
||||
{% trans "Restoring" %}
|
||||
</button>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user