update listing and add pagination

This commit is contained in:
envoyr
2022-02-25 20:52:09 +01:00
parent 5964c3b685
commit 7cfdf80a14
13 changed files with 145 additions and 228 deletions

View File

@@ -27,6 +27,7 @@ return [
'd.domain_ace' => [
'label' => $lng['domains']['domainname'],
'column' => 'domain_ace',
'sortable' => true,
],
'c.name' => [
'label' => $lng['customer']['name'],
@@ -44,6 +45,7 @@ return [
'label' => $lng['login']['username'],
'column' => 'customer.loginname',
'format_callback' => [Impersonate::class, 'customer'],
'sortable' => true,
],
'd.aliasdomain' => [
'label' => $lng['domains']['aliasdomain'],