fix edit button for ssl certificates
This commit is contained in:
@@ -74,8 +74,9 @@ return [
|
|||||||
'title' => lng('panel.edit'),
|
'title' => lng('panel.edit'),
|
||||||
'href' => [
|
'href' => [
|
||||||
'section' => 'domains',
|
'section' => 'domains',
|
||||||
'page' => 'domaindnseditor',
|
'page' => 'domainssleditor',
|
||||||
'domain_id' => ':domainid'
|
'action' => 'view',
|
||||||
|
'id' => ':domainid'
|
||||||
],
|
],
|
||||||
'visible' => [SSLCertificate::class, 'canEditSSL']
|
'visible' => [SSLCertificate::class, 'canEditSSL']
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user