Skip to content

Commit 0cbae2d

Browse files
authored
Fix ssl table not appearing (hestiacp#3116)
1 parent 0558141 commit 0cbae2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/pages/edit_web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class="<?=$v_status?>"
168168
<?=_('SSL Support');?>
169169
</label>
170170
</div>
171-
<div id="ssltable" class="u-pl30" style="display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ;">
171+
<div x-cloak x-show="sslEnabled" id="ssltable" class="u-pl30">
172172
<div class="form-check u-mb10">
173173
<input x-model="letsEncryptEnabled" class="form-check-input" type="checkbox" name="v_letsencrypt" id="letsencrypt">
174174
<label for="letsencrypt">

0 commit comments

Comments
 (0)