mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
move checkbox after label
This commit is contained in:
parent
b33f4ed57c
commit
8ba7b4e07e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user