summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-bmx7/root
AgeCommit message (Collapse)Author
2022-06-25luci-app-bmx7: optimized images filesizesy04
Wifi icons optimized without any quality degradation. Bmx7logo filesize rediced from 5121 to 3318 bytes, visually looks the same, technically the image is 99.9% identical. Signed-off-by: Alexander Semukhin <semukhin@mail.com>
2021-10-08luci-app-bmx7: fix markup which is not valid XHTMLJo-Philipp Wich
Replace `<br>` with `<br />` as XHTML does not allow self-closing tags. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-10-29luci-app-bmx7: fix displaying valuesDaniel Golle
Suggested-by: FreifunkUFO <ufo@rund.freifunk.net> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-09luci-app-bmx7: mask CSS translate directives to avoid i18n confusionJo-Philipp Wich
Since bmx7's netjsongraph.js contains CSS `translate()` directives, they're treated as translation calls by the i18n source scanner. Mask these directives to avoid false positives. Fixes: #3484 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-17luci-app-bmx7: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-07-10luci-app-bmx7: transfer from routingPaul Spooren
The Makefile is minified as the LuCi build system does most of the job. Signed-off-by: Paul Spooren <mail@aparcar.org>