fix wrong visible-callback for ssl-editor in domain-listing; fix adding new certificate via form; don't show logs-icon when domain is email_only

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-25 08:36:11 +02:00
parent eb8b17efd7
commit 0c647e0acb
4 changed files with 17 additions and 7 deletions

View File

@@ -59,6 +59,11 @@ return array(
'cols' => 100,
'rows' => 15,
'value' => $result['ssl_ca_file']
),
'do_insert' => array(
'type' => 'hidden',
'value' => '1',
'visible' => empty($result['ssl_cert_file'])
)
)
)