summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/htdocs
AgeCommit message (Collapse)Author
2023-04-27luci-app-advanced-reboot: add support for Linksys and Xiaomi devices and ↵Stan Grishin
misc fixes Fixes: * change maintainer's email address * add rpcd reload to uci-defaults script * add better messaging with link to README when device isn't detected as dual-firmware Add support for: * linksys-ea8100v2 * linksys-whw01v1 * xiaomi-ax3600 * xiaomi-ax9000 Signed-off-by: Stan Grishin <stangri@melmac.ca>
2021-10-06luci-app-advanced-reboot: bugfix for Linksys E4200v2Stan Grishin
* bugfix for Linksys E4200v2 * minor code changes Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-04-07luci-app-advanced-reboot: support 5.10 kernel on ZyxelStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-08luci-app-advanced-reboot: add missing btn class to buttonsStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-01-07luci-app-advanced-reboot: rewrite rpcd in shell script + bugfixesStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-11-27treewide: transition div tables to actual table markupJo-Philipp Wich
Modern browsers allow decomposing table markup equally well as nested div constructs, therefor migrate our <div> table markup to actual <table> tags but keep the old table/tr/th/td CSS classes for now to allow for a smooth theme transition. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-10-07luci-app-advanced-reboot: convert to client sideAnsuel Smith
Rework the advanced-reboot app to client side implementation. Change devices file to json type. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>