mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 20:18:28 -05:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user