Remove use of hard coded font icon for document page rendering busy indicator.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
* Update related links. Add links to the new Wiki and Forum.
|
||||
* Add Redis config entries in the Docker images to disable
|
||||
saving the database and to only provision 1 database.
|
||||
* Remove use of hard coded font icon for document page
|
||||
rendering busy indicator.
|
||||
|
||||
3.1.3 (2018-09-27)
|
||||
==================
|
||||
|
||||
@@ -21,6 +21,9 @@ icon_dashboard_total_document = Icon(
|
||||
icon_document_duplicates_list = Icon(
|
||||
driver_name='fontawesome', symbol='clone'
|
||||
)
|
||||
icon_document_image_loading = Icon(
|
||||
driver_name='fontawesomecss', css_classes='far fa-clock fa-2x'
|
||||
)
|
||||
icon_document_list = Icon(driver_name='fontawesome', symbol='file')
|
||||
icon_document_list_deleted = Icon(driver_name='fontawesome', symbol='trash')
|
||||
icon_document_list_favorites = Icon(driver_name='fontawesome', symbol='star')
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{% load appearance_tags %}
|
||||
{% load documents_tags %}
|
||||
|
||||
<span class="instance-image-widget {{ container_class }}">
|
||||
<span class="spinner-container text-primary"
|
||||
style="height: {% if display_full_height %}100%{% else %}{{ display_height|default:150 }}px{% endif %}; display: block;"
|
||||
>
|
||||
<i class="far fa-clock fa-2x"></i>
|
||||
{% get_icon 'documents.icons.icon_document_image_loading' %}
|
||||
</span>
|
||||
<img
|
||||
class="thin_border {{ image_classes }}"
|
||||
|
||||
Reference in New Issue
Block a user