Jo-Philipp Wich
6a0c1d1ab6
luci-mod-status: move index and iptables page JS code into external files
...
Also adjust the Bootstrap and OpenWrt themes accordingly
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-22 13:07:33 +01:00
Jo-Philipp Wich
e5f9e3ff25
luci-mod-status: fix average calculations
...
Calculate the average over the actual data and not over the entire timeframe.
Fixes #2301
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-17 14:57:08 +01:00
Jo-Philipp Wich
1dcdbb54ac
luci-mod-status: use progressbar widgets on main status page
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-14 20:46:04 +01:00
Stefan Weil
ec63339ae5
Add missing variable declarations in JavaScript code
...
This fixes errors reported by LGTM.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-28 22:38:20 +01:00
Jo-Philipp Wich
a9948891a8
luci-mod-status: fix CDATA marker on iptables status page
...
Fixes: f6bfac211
("luci-mod-status: rework iptables status page")
Reported-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-10-10 15:25:10 +02:00
Jo-Philipp Wich
f6bfac2117
luci-mod-status: rework iptables status page
...
- Parse and format iptables listing in client side JS
- Dynamically update packet counters
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-10-10 13:11:01 +02:00
Jo-Philipp Wich
99265f3f59
luci-mod-status: fix querying IPv6 address
...
Correct a typo that prevents displaying the interface IPv6 address in
some cases.
Fixes : #2166
Reported-by: Vladislav Grigoryev <20725816+vgaetera@users.noreply.github.com>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-20 08:45:05 +02:00
Daniel F. Dickinson
58d97b5e27
modules: Split luci-mod-full
...
Move some common elements to luci-base, and otherwise make three
packages out of status, system, and network. They were mostly
separated already, but there were some shared elements between
status and network that are now in luci-base.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-09-19 20:08:19 +02:00