Bugfixes in wifi-qr + update DockerImages to v1.2.1

This commit is contained in:
2024-01-07 21:53:56 +01:00
parent 16a0069926
commit 8f91c192f6
10 changed files with 62 additions and 41 deletions

View File

@@ -9,8 +9,8 @@
<input type="text" name="ssid" id="ssid" size="30" maxlength="60" required><br />
<label for="passw">Passcode &#47; Passwort:</label>
<input type="text" name="passw" id="passw" size="30" maxlength="60"><br />
<input type="checkbox" name="hidden" id="hidden" value=True>
<label for="hidden"><i>versteckte &#47; unsichtbare SSID</i></label><br />
<input type="checkbox" name="ssid_hidden" id="ssid_hidden" value=True>
<label for="ssid_hidden"><i>versteckte &#47; unsichtbare SSID</i></label><br />
<label>
<input name="auth" type="radio" value="WPA" required>
</label> WPA/WPA2/WPA3<br />
@@ -18,11 +18,6 @@
<input name="auth" type="radio" value="nopass" required>
</label> keine Verschl&uuml;sselung
<br />
<button type="reset">Eingaben zur&uuml;cksetzen</button>
<button type="submit">Eingaben absenden</button>