Skip to content

Commit

Permalink
Fix width of use secure connection checkbox in wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Jun 4, 2024
1 parent 912fd75 commit a3af8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/interfaces/default/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h3>Plex Media Server</h3>
<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
Expand Down

0 comments on commit a3af8ed

Please sign in to comment.