mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the path to the busy indicator for the treeview which changed when the aciTree module was moved.
This commit is contained in:
committed by
Dave Page
parent
da186ea77b
commit
6d6a3753ee
@@ -677,7 +677,7 @@ var getFolderInfo = function(path, file_type) {
|
||||
|
||||
// Display an activity indicator.
|
||||
$('.fileinfo').find('span.activity').html(
|
||||
"<img src='{{ url_for('browser.static', filename='css/aciTree/image/load-root.gif') }}'>"
|
||||
"<img src='{{ url_for('browser.static', filename='vendor/aciTree/image/load-root.gif') }}'>"
|
||||
);
|
||||
|
||||
var post_data = {
|
||||
|
||||
Reference in New Issue
Block a user