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:
Nicola Murino 2023-11-19 13:27:49 +01:00
parent ac309cf9a3
commit 84e387cc9c
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF
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

View file

@ -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();
}