Fix width of use secure connection checkbox in wizard

This commit is contained in:
JonnyWong16 2024-06-03 23:07:11 -07:00
commit a3af8ed362
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -150,7 +150,7 @@
<div class="col-xs-3">
<input type="text" class="form-control pms-settings" name="pms_port" id="pms_port" placeholder="32400" value="${config['pms_port']}" required>
</div>
<div class="col-xs-4">
<div class="col-xs-9">
<div class="checkbox">
<label>
<input type="checkbox" id="pms_ssl_checkbox" class="checkbox-toggle pms-settings" data-id="pms_ssl" value="1" ${helpers.checked(config['pms_ssl'])}> Use Secure Connection