cleaning up wifi web panel ui a bit
This commit is contained in:
parent
ccd1e6e4e1
commit
43f157f629
@ -8569,31 +8569,21 @@
|
||||
<div class="col-auto">
|
||||
|
||||
<label
|
||||
|
||||
for="wifi-ssid-inputZ"
|
||||
|
||||
class="col-form-label text-right w-115-px"
|
||||
|
||||
class="col-form-label text-left w-115-px"
|
||||
>Wi-Fi SSID:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
<div class="col-auto" style="margin-top: 0;">
|
||||
|
||||
<input
|
||||
|
||||
type="text"
|
||||
|
||||
id="wifi-ssid-input"
|
||||
|
||||
class="form-control"
|
||||
|
||||
placeholder="Wi-Fi SSID"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
value="{{ wifi_SSID }}"
|
||||
|
||||
/>
|
||||
@ -8607,33 +8597,22 @@
|
||||
<div class="col-auto">
|
||||
|
||||
<label
|
||||
|
||||
for="wi-fi-pass-input"
|
||||
|
||||
class="col-form-label text-right w-115-px"
|
||||
|
||||
class="col-form-label text-left w-115-px"
|
||||
>Wi-Fi password:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
<div class="col-auto" style="margin-top: 0;">
|
||||
|
||||
<input
|
||||
|
||||
type="password"
|
||||
|
||||
id="wifi-pass-input"
|
||||
|
||||
placeholder="Wi-Fi password"
|
||||
|
||||
class="form-control"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
value="{{ wifi_PSK }}"
|
||||
|
||||
/>
|
||||
|
||||
</div>
|
||||
@ -8647,33 +8626,22 @@
|
||||
<div class="col-auto">
|
||||
|
||||
<label
|
||||
|
||||
for="country-code-inputZ"
|
||||
|
||||
class="col-form-label text-right w-115-px"
|
||||
|
||||
>Two Letter Country Code:
|
||||
|
||||
class="col-form-label text-left w-120-px"
|
||||
>2 Letter Country Code:
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
<div class="col-auto" style="margin-top: 0;">
|
||||
|
||||
<input
|
||||
|
||||
type="text"
|
||||
|
||||
id="country-code-input"
|
||||
|
||||
placeholder="2 Letter Country Code"
|
||||
|
||||
class="form-control"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
value={{ general_settings.country_code }}
|
||||
|
||||
/>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user