modules/admin-full: fix frequency display on index status page
This commit is contained in:
parent
13c82e0792
commit
13c3471eb3
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ $Id$
|
|||
'</td><td style="text-align:left; padding:3px"><small>' +
|
||||
'<strong><%:SSID%>:</strong> <a href="%s">%h</a><br />' +
|
||||
'<strong><%:Mode%>:</strong> %s<br />' +
|
||||
'<strong><%:Channel%>:</strong> %d (%.2f GHz)<br />' +
|
||||
'<strong><%:Channel%>:</strong> %d (%.3f GHz)<br />' +
|
||||
'<strong><%:Bitrate%>:</strong> %s Mb/s<br />',
|
||||
icon, net.signal, net.noise,
|
||||
net.quality,
|
||||
|
|
Loading…
Reference in a new issue