fix edit button for ssl certificates

This commit is contained in:
Maurice Preuß (envoyr)
2022-12-25 22:44:49 +01:00
parent 6ad78a4818
commit ae4b961ac1

View File

@@ -74,8 +74,9 @@ return [
'title' => lng('panel.edit'),
'href' => [
'section' => 'domains',
'page' => 'domaindnseditor',
'domain_id' => ':domainid'
'page' => 'domainssleditor',
'action' => 'view',
'id' => ':domainid'
],
'visible' => [SSLCertificate::class, 'canEditSSL']
],