wifi_add: show the SSID of the network being joined.
After clicking the "join" button on the scan list, the SSID is no longer visible, though it's kept in the form to pass to the server. Show the chosen SSID on the top of the page, to help people confirm that they're joining the right network. Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
parent
07591d77aa
commit
0bea4d17e6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if not iw then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
m = SimpleForm("network", translate("Join Network: Settings"))
|
m = SimpleForm("network", translate("Joining Network: %q", http.formvalue("join")))
|
||||||
m.cancel = translate("Back to scan results")
|
m.cancel = translate("Back to scan results")
|
||||||
m.reset = false
|
m.reset = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue