forgot a tnc to modem change ..

This commit is contained in:
DJ2LS 2023-10-20 14:29:24 +02:00
parent c16bc45c53
commit 5a867d7508

View file

@ -19,13 +19,13 @@ function saveSettings() {
<input <input
type="text" type="text"
class="form-control" class="form-control"
placeholder="tnc port" placeholder="modem port"
id="tnc_port" id="modem_port"
maxlength="5" maxlength="5"
max="65534" max="65534"
min="1025" min="1025"
@change="saveSettings" @change="saveSettings"
v-model="settings.tnc_port" v-model="settings.modem_port"
/> />
</div> </div>
@ -34,10 +34,10 @@ function saveSettings() {
<input <input
type="text" type="text"
class="form-control" class="form-control"
placeholder="tnc host" placeholder="modem host"
id="tnc_port" id="modem_port"
@change="saveSettings" @change="saveSettings"
v-model="settings.tnc_host" v-model="settings.modem_host"
/> />
</div> </div>