diff --git a/templates/webadmin/admins.html b/templates/webadmin/admins.html index a7c8f88c..ff502383 100644 --- a/templates/webadmin/admins.html +++ b/templates/webadmin/admins.html @@ -226,7 +226,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.AdminsURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/connections.html b/templates/webadmin/connections.html index 116cf002..0e4c1b0b 100644 --- a/templates/webadmin/connections.html +++ b/templates/webadmin/connections.html @@ -126,7 +126,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.ConnectionsURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/defender.html b/templates/webadmin/defender.html index 777bf8c4..9f0fd569 100644 --- a/templates/webadmin/defender.html +++ b/templates/webadmin/defender.html @@ -131,7 +131,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.DefenderHostsURL}}", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/eventactions.html b/templates/webadmin/eventactions.html index 3a24fe98..eaea3ad4 100644 --- a/templates/webadmin/eventactions.html +++ b/templates/webadmin/eventactions.html @@ -131,7 +131,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.EventActionsURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/eventrules.html b/templates/webadmin/eventrules.html index a5310263..2eebf1bc 100644 --- a/templates/webadmin/eventrules.html +++ b/templates/webadmin/eventrules.html @@ -182,7 +182,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.EventRulesURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/events.html b/templates/webadmin/events.html index 95ae9ace..c838b952 100644 --- a/templates/webadmin/events.html +++ b/templates/webadmin/events.html @@ -445,7 +445,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: getSearchURL(false), dataSrc: handleResponseData, error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); let txt = ""; if ($xhr) { let json = $xhr.responseJSON; @@ -644,7 +644,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: getSearchURL(false), dataSrc: handleResponseData, error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); let txt = ""; if ($xhr) { let json = $xhr.responseJSON; @@ -824,7 +824,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: getSearchURL(false), dataSrc: handleResponseData, error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); let txt = ""; if ($xhr) { let json = $xhr.responseJSON; diff --git a/templates/webadmin/folders.html b/templates/webadmin/folders.html index 31627169..052b266f 100644 --- a/templates/webadmin/folders.html +++ b/templates/webadmin/folders.html @@ -163,7 +163,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.FoldersURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/groups.html b/templates/webadmin/groups.html index ca7a9de7..5af6a316 100644 --- a/templates/webadmin/groups.html +++ b/templates/webadmin/groups.html @@ -149,7 +149,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.GroupsURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/iplists.html b/templates/webadmin/iplists.html index 78e08665..e34ba23c 100644 --- a/templates/webadmin/iplists.html +++ b/templates/webadmin/iplists.html @@ -262,7 +262,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: getSearchURL(), dataSrc: handleResponseData, error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/roles.html b/templates/webadmin/roles.html index 8b776043..6a59d951 100644 --- a/templates/webadmin/roles.html +++ b/templates/webadmin/roles.html @@ -150,7 +150,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.RolesURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webadmin/users.html b/templates/webadmin/users.html index 8245b315..f0d7884f 100644 --- a/templates/webadmin/users.html +++ b/templates/webadmin/users.html @@ -278,7 +278,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.UsersURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webclient/files.html b/templates/webclient/files.html index 26c55fc1..69db0fb0 100644 --- a/templates/webclient/files.html +++ b/templates/webclient/files.html @@ -340,7 +340,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: dirsURL, dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); let txt = ""; if ($xhr) { let json = $xhr.responseJSON; @@ -562,7 +562,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.DirsURL}}?path={{.CurrentDir}}", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) { diff --git a/templates/webclient/shares.html b/templates/webclient/shares.html index d5e1a2bb..a8987fef 100644 --- a/templates/webclient/shares.html +++ b/templates/webclient/shares.html @@ -264,7 +264,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). url: "{{.SharesURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) {