We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe06b87 commit 84f2f83Copy full SHA for 84f2f83
web_interface/settings.html
@@ -33,7 +33,9 @@
33
<div class="col-12">
34
<h1 class="header" data-translate="settings">Settings</h1>
35
36
- <button onclick="getFile('run?cmd=stopap')" class="red" data-translate="wifi_off">WiFi off</button>
+ <button
37
+ onclick="getFile('run?cmd=stopap');alert('Turning off access point now. Restart your Deauther to be able to connect again.')"
38
+ class="red" data-translate="wifi_off">WiFi off</button>
39
<button onclick="getFile('run?cmd=reset;;save settings')" class="red"
40
data-translate="reset">Reset</button>
41
<button onclick="getFile('run?cmd=reboot')" class="red right" data-translate="reboot">reboot</button>
0 commit comments