Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-10 | luci-mod-status: channel_analysis: use svg grad | Frank Löffler | |
Instead of using a second, semitransparent quadliteral of the same station color to highlight the main 20 MHz channel of a station with a bandwidht wider than 20 MHz, use a semitransparent, black svg gradient with the same shape and size. This has the benefit that it is harder to mistake for a second, overlain station. The gradient is black because this way it can be reused for all stations, instead of having to create a separate one for each station color. Signed-off-by: Frank Löffler <frank.loeffler@uni-jena.de> | |||
2021-01-07 | Merge pull request #4598 from Ansuel/wifi_chan | Hannu Nyman | |
luci-mod-status: add new channel analysis page | |||
2020-12-06 | luci-mod-status: add channel analysis support | Ansuel Smith | |
Add channel analysis support. This can be very useful as a user can directly use the webui to check wifi channel utilization without using external tool. This use data already provided by iwinfo. Fixes: #4572 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2020-11-18 | luci-mod-status: move svg to dedicated dir | Ansuel Smith | |
Move svgs from top dir to a dedicated svgs dir. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> |