Skip to content

Commit 718b903

Browse files
jaapmarcusroot
andauthored
Edit Mail SSL. Correct Letsencrypt CheckBox interpretation (hestiacp#3285)
Co-authored-by: root <root@test.hestiacp.com>
1 parent edc8e89 commit 718b903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/pages/edit_mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class="<?= $v_status ?>"
115115
</div>
116116
</div>
117117
</div>
118-
<div x-cloak x-show="letsEncryptEnabled" id="ssl-details">
118+
<div x-cloak x-show="!letsEncryptEnabled" id="ssl-details">
119119
<div class="u-mb10">
120120
<label for="v_ssl_crt" class="form-label">
121121
<?= _("SSL Certificate") ?>

0 commit comments

Comments
 (0)