forgot to save one more file, again fix wrong visible-callback for ssl-editor in domain-listing
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -86,7 +86,7 @@ return [
|
|||||||
'action' => 'view',
|
'action' => 'view',
|
||||||
'id' => ':id'
|
'id' => ':id'
|
||||||
],
|
],
|
||||||
'visible' => [Domain::class, 'adminCanEditDNS']
|
'visible' => [Domain::class, 'canEditSSL']
|
||||||
],
|
],
|
||||||
'letsencrypt' => [
|
'letsencrypt' => [
|
||||||
'icon' => 'fa fa-shield',
|
'icon' => 'fa fa-shield',
|
||||||
|
|||||||
Reference in New Issue
Block a user