mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixes #672
This commit is contained in:
parent
eeb72faf83
commit
d078394af4
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@ const serialStore = useSerialStore();
|
||||||
<div class="input-group input-group-sm mb-1">
|
<div class="input-group input-group-sm mb-1">
|
||||||
<span class="input-group-text" style="width: 180px">Rigctld port</span>
|
<span class="input-group-text" style="width: 180px">Rigctld port</span>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="number"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="rigctld port"
|
placeholder="rigctld port"
|
||||||
id="hamlib_rigctld_port"
|
id="hamlib_rigctld_port"
|
||||||
aria-label="Device Port"
|
aria-label="Device Port"
|
||||||
@change="onChange"
|
@change="onChange"
|
||||||
v-model="settings.remote.RIGCTLD.port"
|
v-model.number="settings.remote.RIGCTLD.port"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue