Commit graph

6 commits

Author SHA1 Message Date
Florian Eckert
d6443a6293 luci-app-nlbwmon: change force reload html element to button
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-17 12:26:24 +02:00
Florian Eckert
7a36518329 luci-app-nlbwmon: fix url
When moving this application to the service section, the links were
forgotten to be changed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-17 08:14:47 +02:00
Jo-Philipp Wich
77d6b28935 luci-app-nlbwmon: fix traffic numbers display in pie chart tooltips
The pie chart tooltips used base 1000 to format traffic numbers while table
cell values were formatted using base 1024. Use base 1024 for both to report
the same values.

Fixes: 
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-03-01 10:27:30 +01:00
Jo-Philipp Wich
03c77dafe3 treewide: transition div tables to actual table markup
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-11-27 21:36:40 +01:00
Jo-Philipp Wich
cd69c118ad luci-app-nlbwmon: gracefully handle failing oui db download
Fixes: 
Fixes: fdce990b9 ("luci-app-nlbwmon: convert to client side JS")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-05-02 23:55:06 +02:00
Jo-Philipp Wich
fdce990b90 luci-app-nlbwmon: convert to client side JS
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-20 19:05:27 +02:00