modules/admin-full: fix text quirk on status overview page
This commit is contained in:
parent
0a252c0f8a
commit
e9a357ed78
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ $Id$
|
|||
|
||||
s += String.format(
|
||||
'<table><tr><td style="text-align:center; width:32px; padding:3px">' +
|
||||
'<img src="%s" title="<%:Signal%>: %d dBm / Noise: <%:Noise%>: %d dBm" />' +
|
||||
'<img src="%s" title="<%:Signal%>: %d dBm / <%:Noise%>: %d dBm" />' +
|
||||
'<br /><small>%d%%</small>' +
|
||||
'</td><td style="text-align:left; padding:3px"><small>' +
|
||||
'<strong><%:SSID%>:</strong> <a href="%s">%h</a><br />' +
|
||||
|
|
Loading…
Reference in a new issue