summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wol/htdocs/luci-static
AgeCommit message (Collapse)Author
2021-06-03treewide: Update JS using luci-rpc getHostHintsNiels Widger
Update frontend JS code which uses luci-rpc getHostHints to support the new response format which removes the `ipv4` and `ipv6` host hint string fields and replaces them with `ipaddrs` and `ip6addrs` weighted string list fields. Signed-off-by: Niels Widger <niels@qacafe.com> [rework code to be forwards/backwards compatible, fix some Network.Hosts methods, fix IP choice ordering, change commit subject, rewrap commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-12-16luci-app-wol: fix some untranslated stringsVan Waholtz
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2020-04-03treewide: import utility classes explicitlyJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-12luci-app-wol: use uci etherwake default interfaceKevin Darbyshire-Bryant
Use uci config 'etherwake.setup.interface' to default WOL interface selection. On some devices the lan interface is not the first item in the drop down interface selection list. Configuring this parameter allows the user to set a preferred interface to be used/selected. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-01-26luci-app-wol: cope with empty stdoutJo-Philipp Wich
Fix a cosmetic issue when etherwake is sending to an invalid interface. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-01-26luci-app-woll: convert to client side renderingJo-Philipp Wich
Also make the interface option mandatory Fixes: #3557 Signed-off-by: Jo-Philipp Wich <jo@mein.io>