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:
Michael Kaufmann
2022-04-25 09:05:58 +02:00
parent 0c647e0acb
commit f2ea821948

View File

@@ -86,7 +86,7 @@ return [
'action' => 'view',
'id' => ':id'
],
'visible' => [Domain::class, 'adminCanEditDNS']
'visible' => [Domain::class, 'canEditSSL']
],
'letsencrypt' => [
'icon' => 'fa fa-shield',