git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
24ccf02
)
modules/admin-full: fix wrong load number in realtime graph (#502)
author
Jo-Philipp Wich
<redacted>
Mon, 12 Nov 2012 16:32:08 +0000
(16:32 +0000)
committer
Jo-Philipp Wich
<redacted>
Mon, 12 Nov 2012 16:32:08 +0000
(16:32 +0000)
modules/admin-full/luasrc/view/admin_status/load.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_status/load.htm
b/modules/admin-full/luasrc/view/admin_status/load.htm
index 64d2f3fb681a5a1a74f9a5d719887eca19c508fc..30e4267c01e7c2991a30982b2c8f71df4caec740 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_status/load.htm
+++ b/
modules/admin-full/luasrc/view/admin_status/load.htm
@@
-235,7
+235,7
@@
$Id$
label_01_cur.innerHTML = (data_01[data_01.length-1] / 100).toFixed(2);
label_05_cur.innerHTML = (data_05[data_05.length-1] / 100).toFixed(2);
- label_15_cur.innerHTML = (data_
01
[data_15.length-1] / 100).toFixed(2);
+ label_15_cur.innerHTML = (data_
15
[data_15.length-1] / 100).toFixed(2);
label_01_avg.innerHTML = (data_01_avg / 100).toFixed(2);
label_05_avg.innerHTML = (data_05_avg / 100).toFixed(2);
git clone https://git.99rst.org/PROJECT