Small updates to startup modal

This commit is contained in:
Mashintime 2023-11-13 15:18:59 -05:00
parent a5259bd463
commit 87f531a575

View file

@ -96,13 +96,13 @@ function getNetworkState() {
>
<div class="accordion-body">
<div class="input-group input-group-sm mb-1">
<span class="input-group-text" style="width: 180px"
<span class="input-group-text w-25"
>Modem port</span
>
<input
type="text"
class="form-control"
placeholder="modem port"
placeholder="modem port (def 5000)"
id="modem_port"
maxlength="5"
max="65534"
@ -113,21 +113,19 @@ function getNetworkState() {
</div>
<div class="input-group input-group-sm mb-1">
<span class="input-group-text" style="width: 180px"
<span class="input-group-text w-25"
>Modem host</span
>
<input
type="text"
class="form-control"
placeholder="modem host"
placeholder="modem host (default 127.0.0.1)"
id="modem_port"
@change="saveSettingsToFile()"
v-model="settings.modem_host"
/>
</div>
Placeholder content for this accordion, which is intended to
demonstrate the <code>.accordion-flush</code> class. This is
the first item's accordion body.
</div>
</div>
</div>