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:
d3db8d1
)
modules/admin-full: fix "No information available" in admin status assoclist
author
Jo-Philipp Wich
<redacted>
Fri, 1 Jul 2011 01:48:57 +0000
(
01:48
+0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 1 Jul 2011 01:48:57 +0000
(
01:48
+0000)
modules/admin-full/luasrc/view/admin_status/index.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_status/index.htm
b/modules/admin-full/luasrc/view/admin_status/index.htm
index f6432ef6f922c4720005409d3e8c419e18854555..16cd32a2c11795598d16fcc53fef87b5ac316c85 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_status/index.htm
+++ b/
modules/admin-full/luasrc/view/admin_status/index.htm
@@
-409,7
+409,7
@@
$Id$
tr.insertCell(-1).innerHTML = String.format('%d dBm', assoclist[i].noise);
}
- if (ac.rows.length ==
0
)
+ if (ac.rows.length ==
1
)
{
var tr = ac.rows[0].parentNode.insertRow(-1);
tr.className = 'cbi-section-table-row';
git clone https://git.99rst.org/PROJECT