Browse Source

WebClient: fix state for shares page

rebuilt the theme and removed unused components

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 1 year ago
parent
commit
84e387cc9c

File diff suppressed because it is too large
+ 0 - 0
static/assets/plugins/custom/datatables/datatables.bundle.js


File diff suppressed because it is too large
+ 0 - 0
static/assets/plugins/global/plugins.bundle.css


File diff suppressed because it is too large
+ 0 - 0
static/assets/plugins/global/plugins.bundle.js


+ 1 - 1
templates/webclient/shares.html

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

Some files were not shown because too many files changed in this diff