diff --git a/templates/webadmin/admins.html b/templates/webadmin/admins.html index a7c8f88c5..ff502383b 100644 --- a/templates/webadmin/admins.html +++ b/templates/webadmin/admins.html @@ -226,7 +226,7 @@

View and mana 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 116cf0020..0e4c1b0b8 100644 --- a/templates/webadmin/connections.html +++ b/templates/webadmin/connections.html @@ -126,7 +126,7 @@

View an 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 777bf8c42..9f0fd5697 100644 --- a/templates/webadmin/defender.html +++ b/templates/webadmin/defender.html @@ -131,7 +131,7 @@

View and m 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 3a24fe982..eaea3ad41 100644 --- a/templates/webadmin/eventactions.html +++ b/templates/webadmin/eventactions.html @@ -131,7 +131,7 @@

View and ma 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 a5310263a..2eebf1bcb 100644 --- a/templates/webadmin/eventrules.html +++ b/templates/webadmin/eventrules.html @@ -182,7 +182,7 @@

View and mana 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 95ae9acee..c838b952a 100644 --- a/templates/webadmin/events.html +++ b/templates/webadmin/events.html @@ -445,7 +445,7 @@

Search logs

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 @@

Search logs

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 @@

Search logs

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 316271690..052b266f6 100644 --- a/templates/webadmin/folders.html +++ b/templates/webadmin/folders.html @@ -163,7 +163,7 @@

Vie 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 ca7a9de7d..5af6a3168 100644 --- a/templates/webadmin/groups.html +++ b/templates/webadmin/groups.html @@ -149,7 +149,7 @@

View and mana 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 78e086652..e34ba23c5 100644 --- a/templates/webadmin/iplists.html +++ b/templates/webadmin/iplists.html @@ -262,7 +262,7 @@

View and ma 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 8b7760439..6a59d951e 100644 --- a/templates/webadmin/roles.html +++ b/templates/webadmin/roles.html @@ -150,7 +150,7 @@

View and manag 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 8245b315b..f0d7884fa 100644 --- a/templates/webadmin/users.html +++ b/templates/webadmin/users.html @@ -278,7 +278,7 @@

View and manag 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 26c55fc1f..69db0fb0c 100644 --- a/templates/webclient/files.html +++ b/templates/webclient/files.html @@ -340,7 +340,7 @@

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 @@

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 d5e1a2bb1..a8987fef2 100644 --- a/templates/webclient/shares.html +++ b/templates/webclient/shares.html @@ -264,7 +264,7 @@

Uncompressed file

url: "{{.SharesURL}}/json", dataSrc: "", error: function ($xhr, textStatus, errorThrown) { - $(".dataTables_processing").hide(); + $(".dt-processing").hide(); $('#loader').addClass("d-none"); let txt = ""; if ($xhr) {