This commit is contained in:
vedatakd 2020-02-27 17:30:47 +03:00
parent 8f6c5f05e2
commit 7424df3074

View File

@ -45,7 +45,8 @@ class ProfileTableBuilder extends TableBuilder
protected $buttons = [
'go_user'=> [
'type' => 'info',
'icon' => 'fa fa-user'
'icon' => 'fa fa-user',
'href' => '/admin/users/edit/{entry.user_id}'
],
'edit' => [
'text' => 'visiosoft.module.profile::button.go_profile'