[BS5] Replace FooTable with jquery Datatables

This commit is contained in:
FreddleSpl0it
2022-06-03 15:45:36 +02:00
parent 8a86fa491e
commit f13530d8a1
9 changed files with 485 additions and 353 deletions

View File

@@ -88,6 +88,7 @@ elseif (isset($_SESSION['mailcow_cc_role']) && $_SESSION['mailcow_cc_role'] == '
'pushover_data' => $pushover_data,
'lang_user' => json_encode($lang['user']),
'number_of_app_passwords' => $number_of_app_passwords,
'lang_datatables' => json_encode($lang['datatables']),
];
}