Skip to content

Commit 8562f69

Browse files
author
thom
committed
Automatically check SSL checkbox when LE is selected (#5837)
1 parent 46050ef commit 8562f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/client/templates/client_edit_limits.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h4 class="panel-title">
131131
</div>
132132
<div class="form-group">
133133
<label class="col-sm-3 control-label">{tmpl_var name='limit_ssl_letsencrypt_txt'}</label>
134-
<div class="col-sm-9">
134+
<div class="col-sm-9" data-check-fields="limit_ssl">
135135
{tmpl_var name='limit_ssl_letsencrypt'}
136136
</div>
137137
</div>

0 commit comments

Comments
 (0)