summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-dashboard/htdocs
AgeCommit message (Collapse)Author
2024-04-30luci-mod-dashboard: prevent null or undefined 'ifc'Paul Donald
This can happen on factory fresh settings, or a box not yet connected. follow-up fix for c75232d8d29ba5a9cc5c07c3fff65248f12f1b08 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-04-29luci-mod-dashboard: fix indentationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-27luci-mod-dashboard: Fill gateway info with the connection with lowest metric.Martin Pecka
Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
2023-04-18luci-mod-dashboard: hide wireless pane when there are no radiosRani Hod
Implements feature request #4472. Signed-off-by: Rani Hod <rani.hod@gmail.com>
2022-07-29luci-mod-dashboard: show IPv6 connection uptimeKevin Darbyshire-Bryant
Show connection uptime for both IPv4 & IPv6 interfaces. Rename display field from 'Connected since' to 'Uptime' as this makes more sense to me. You could say 'Connected for' or 'Connection duration'. After a lot of thought decided that 'Uptime' is what I'm most comfortable saying. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2022-07-12luci-mod-dashboard: improve label's displaySantiago Kozak
Removing overflow and position, adding padding and increasing font size for the label. Signed-off-by: Santiago Kozak <santikzk1406@gmail.com>
2021-09-03luci-mod-dashboard: improve view of labelAnsuel Smith
There are some problem with label with the material theme. Improve this by removing max-height and setting the label to a static font size. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2021-01-20treewide: minor fixes to typos, whitespace, and indentationGiovanni Giacobbi
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.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-09-21Highly optimized dashboard icons by AleksandrZHANG Zhao
Result: https://imgur.com/Y1pNHzP.png Signed-off-by: ZHANG Zhao <Zhao.Zhang2@etu.univ-grenoble-alpes.fr>
2020-09-03luci-mod-dashboard: initial checkinZhao ZHANG
Signed-off-by: ZHANG Zhao <Zhao.Zhang2@etu.univ-grenoble-alpes.fr> [improve firmware version, fix dependencies, clean acls] Signed-off-by: Paul Spooren <mail@aparcar.org> [fix css for themes other than bootstrap] Signed-off-by: Florian Eckert <fe@dev.tdt.de>