fix edit button for ssl certificates
This commit is contained in:
@@ -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']
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user