mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
WebClient: fix state for shares page
rebuilt the theme and removed unused components Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -267,7 +267,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
||||
$('#loader').addClass("d-none");
|
||||
$('#card_content').removeClass("d-none");
|
||||
let api = $.fn.dataTable.Api(settings);
|
||||
api.columns.adjust().draw();
|
||||
api.columns.adjust().draw("page");
|
||||
KTMenu.createInstances();
|
||||
handleRowActions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user