add function to manage table columns

This commit is contained in:
envoyr
2022-04-22 10:59:56 +02:00
parent 03df082cf2
commit a615b04eb4
26 changed files with 110 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ if ($page == 'overview' || $page == 'accounts') {
}
UI::view('user/table.html.twig', [
'listing' => \Froxlor\UI\Listing::format($collection, $ftp_list_data['ftp_list']),
'listing' => \Froxlor\UI\Listing::format($collection, $ftp_list_data, 'ftp_list') ,
'actions_links' => $actions_links,
'entity_info' => $lng['ftp']['description']
]);