Update index.html
This commit is contained in:
parent
ff3a465981
commit
1433c5bba8
@ -2406,6 +2406,8 @@
|
||||
type="text"
|
||||
|
||||
id="api-key1"
|
||||
|
||||
placeholder="Weather API Key"
|
||||
|
||||
class="form-control api-key"
|
||||
|
||||
@ -2858,6 +2860,8 @@
|
||||
type="text"
|
||||
|
||||
id="api-key"
|
||||
|
||||
placeholder="Weather API Key"
|
||||
|
||||
class="form-control api-key"
|
||||
|
||||
@ -6085,6 +6089,8 @@
|
||||
id="wifi-ssid-input"
|
||||
|
||||
class="form-control"
|
||||
|
||||
placeholder="Wi-Fi SSID"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
@ -6119,10 +6125,14 @@
|
||||
type="password"
|
||||
|
||||
id="wifi-pass-input"
|
||||
|
||||
placeholder="Wi-Fi password"
|
||||
|
||||
class="form-control"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
value="{{ wifi_PSK }}"
|
||||
|
||||
/>
|
||||
|
||||
@ -6155,6 +6165,8 @@
|
||||
type="text"
|
||||
|
||||
id="country-code-input"
|
||||
|
||||
placeholder="2 Letter Country Code"
|
||||
|
||||
class="form-control"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user