mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 22:40:17 -05:00
Docker Manager: updates from gfjardim and revamped vm settings
This commit is contained in:
@@ -84,6 +84,8 @@ if(jQuery) (function($){
|
||||
if ($(this).text() == "..") {
|
||||
// Restart fileTree with the parent dir as root
|
||||
options.root = data.rel;
|
||||
if (folder) folder($(this).attr('rel'));
|
||||
_trigger($(this), 'filetreefolderclicked', data);
|
||||
root = $(this).closest('ul.jqueryFileTree');
|
||||
root.html('<ul class="jqueryFileTree start"><li class="wait">' + options.loadMessage + '<li></ul>');
|
||||
showTree( $(root), options.root, options.allowBrowsing );
|
||||
|
||||
Reference in New Issue
Block a user