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:
parent
ac309cf9a3
commit
84e387cc9c
4 changed files with 23 additions and 53 deletions
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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue