Skip to content

Commit

Permalink
domains in php-configs are not sortable
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Dec 19, 2023
1 parent 43eff78 commit 4879446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tablelisting/admin/tablelisting.phpconfigs.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'field' => 'domains',
'callback' => [PHPConf::class, 'domainList'],
'searchable' => false,
'sortable' => false,
],
'fpmdesc' => [
'label' => lng('admin.phpsettings.fpmdesc'),
Expand Down

0 comments on commit 4879446

Please sign in to comment.