Fixed review comments for Import/Export Servers.

refs #4803
This commit is contained in:
Akshay Joshi
2022-01-05 14:02:49 +05:30
parent 920c27bb31
commit 8b13f158ab
10 changed files with 103 additions and 90 deletions
@@ -712,7 +712,7 @@ define([
var loading_icon_url = url_for(
'static', {
'filename': 'js/generated/load-root.gif',
'filename': 'img/loading.gif',
}
);
@@ -58,7 +58,7 @@
</div>
<div class="fileinfo flex-grow-1 d-flex">
<span class="activity">
<img src="{{ url_for('static', filename='js/generated/img/load-root.gif') }}"
<img src="{{ url_for('static', filename='img/loading.gif') }}"
alt="{{ _('Loading...') }}">
</span>
<div class="file_listing"></div>