modules/admin-full: fix "No information available" in admin status assoclist
This commit is contained in:
parent
d3db8d1d25
commit
6d65042743
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue