[CodeFactor] Apply fixes to commit 87f531a

This commit is contained in:
codefactor-io 2023-11-13 21:30:22 +00:00
parent 87f531a575
commit 937c7b1f4b
No known key found for this signature in database
GPG key ID: B66B2D63282C190F

View file

@ -96,9 +96,7 @@ function getNetworkState() {
>
<div class="accordion-body">
<div class="input-group input-group-sm mb-1">
<span class="input-group-text w-25"
>Modem port</span
>
<span class="input-group-text w-25">Modem port</span>
<input
type="text"
class="form-control"
@ -113,9 +111,7 @@ function getNetworkState() {
</div>
<div class="input-group input-group-sm mb-1">
<span class="input-group-text w-25"
>Modem host</span
>
<span class="input-group-text w-25">Modem host</span>
<input
type="text"
class="form-control"
@ -125,7 +121,6 @@ function getNetworkState() {
v-model="settings.modem_host"
/>
</div>
</div>
</div>
</div>