Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-27 | treewide: transition div tables to actual table markup | Jo-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-07 | luci-app-advanced-reboot: convert to client side | Ansuel 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> |