[Web] persist table settings + fix quarantine sort

This commit is contained in:
FreddleSpl0it
2023-01-06 13:45:52 +01:00
parent c928948b15
commit b22f74cb59
7 changed files with 87 additions and 6 deletions

View File

@@ -78,8 +78,10 @@ jQuery(function($){
}
function draw_wl_policy_domain_table() {
$('#wl_policy_domain_table').DataTable({
responsive: true,
processing: true,
serverSide: false,
stateSave: true,
language: lang_datatables,
ajax: {
type: "GET",
@@ -133,8 +135,10 @@ jQuery(function($){
}
function draw_bl_policy_domain_table() {
$('#bl_policy_domain_table').DataTable({
responsive: true,
processing: true,
serverSide: false,
stateSave: true,
language: lang_datatables,
ajax: {
type: "GET",