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:
Sunil Mohan Adapa 2019-01-30 16:07:02 -08:00 committed by James Valleroy
parent d99c356336
commit 8da5b21d80
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 2 deletions

View File

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

View File

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