mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-20 16:52:02 +00:00
[BS5] Replace FooTable with jquery Datatables
This commit is contained in:
parent
fb7e00c158
commit
0ece065cb0
23 changed files with 1073 additions and 1072 deletions
|
|
@ -53,6 +53,7 @@ $template_data = [
|
|||
'clamd_status' => $clamd_status,
|
||||
'containers' => $containers,
|
||||
'lang_admin' => json_encode($lang['admin']),
|
||||
'lang_datatables' => json_encode($lang['datatables']),
|
||||
];
|
||||
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue