Admin controllers: apply new column classes

This commit is contained in:
2023-03-11 14:24:17 +01:00
parent b9bd2bf499
commit a6fd8d2764
5 changed files with 9 additions and 9 deletions

View File

@@ -67,7 +67,6 @@ class ManageAssets extends HTMLController
'title' => 'Manage assets',
'no_items_label' => 'No assets meet the requirements of the current filter.',
'items_per_page' => 30,
'index_class' => 'pull_left',
'base_url' => BASEURL . '/manageassets/',
'get_data' => function($offset = 0, $limit = 30, $order = '', $direction = 'down') {
if (!in_array($order, ['id_asset', 'title', 'subdir', 'filename']))