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