add actions to the listing

This commit is contained in:
envoyr
2022-02-23 18:24:51 +01:00
parent 04263cb69f
commit c4940897a3
6 changed files with 77 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ return [
'href' => '#',
],
'edit' => [
'text' => 'fa fa-pen',
'text' => 'Edit',
'href' => '#',
]
],

View File

@@ -54,5 +54,15 @@ return [
'c.loginname',
'd.aliasdomain',
]),
'actions' => [
'delete' => [
'icon' => 'fa fa-trash',
'href' => '#',
],
'edit' => [
'icon' => 'fa fa-edit',
'href' => '#',
]
]
]
];