summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-usteer/htdocs/luci-static/resources/view
AgeCommit message (Collapse)Author
2024-02-15luci-app-usteer: filter repeated SSIDs in configMiguel Angel Mulero Martinez
When the SSID name was the same in different radio, they appear repeated in the options. This commit filter them. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-02-13luci-app-usteer: Fix no wireless defined setupMiguel Angel Mulero Martinez
Some users use the usteer app in a "non wireless" device. With the current code it crashes because there is no SSID defined. Making the ui element a DynamicList fixes the issue because it allows free text input. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-02-06luci-app-usteer: retrieve SSIDs to be used in the configMiguel Angel Mulero Martinez
This commit retrieves the list of SSIDs availables to prepopulate the ssid_list UI element of the config. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-01-29luci-app-usteer: added nslookup/hosthint lookup of AP IP addressRamon Van Gorkom
Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2023-12-28luci-app-usteer: Added tooltip while hovering over connected client showing ↵Ramon Van Gorkom
mac, IP(s), hostname in status page Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2023-12-17luci-app-usteer: Removed save/apply button on status pages, and added ↵Ramon Van Gorkom
"friendly" error message if usteer not running Added refresh of status page Add the template pot file that is needed to start translating the app. Co-authored-by: Sergey Ponomarev <stokito@gmail.com> Co-authored-by: Miguel Angel Mulero Martinez <migmul@gmail.com> Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2023-11-30Luci-app-usteer: First version of luci-app-usteerRamon00
Signed-off-by: Ramon Van Gorkom <github@flightfoil.com> [most trailing whitespace errors removed]