move checkbox after label

This commit is contained in:
htmltiger 2023-08-06 14:11:46 +01:00 committed by GitHub
parent b33f4ed57c
commit 8ba7b4e07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,8 +217,8 @@
<span data-i18n="serial.label.ms"></span>
</div>
<div class="form-row" style="margin-bottom:18px;">
<input type="checkbox" id="node-config-input-autoConnect" style="width:auto; margin-bottom: 4px;"/>
<label for="node-config-input-autoConnect"><span data-i18n="serial.label.autoconnect"></span></label>
<input type="checkbox" id="node-config-input-autoConnect" style="width:auto; margin-bottom: 4px;"/>
<span data-i18n="serial.label.serialReconnectTime"></span>
<input type="number" id="node-config-input-serialReconnectTime" style="width:90px; height:28px;">
<span data-i18n="serial.label.ms"></span>