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:
472ffe6
)
modules/admin-full: fix typo introduced with r6406
author
Jo-Philipp Wich
<redacted>
Tue, 9 Nov 2010 19:53:01 +0000
(19:53 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 9 Nov 2010 19:53:01 +0000
(19:53 +0000)
modules/admin-full/luasrc/view/admin_network/wifi_status.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_network/wifi_status.htm
b/modules/admin-full/luasrc/view/admin_network/wifi_status.htm
index 8c50843ad34b838d6103216faef04e6f1a12d9af..4b49caefb58f7360b7bc13f01cb1228defc48a47 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_network/wifi_status.htm
+++ b/
modules/admin-full/luasrc/view/admin_network/wifi_status.htm
@@
-30,7
+30,7
@@
var s = document.getElementById('<%=self.option%>-iw-signal');
if (s)
s.innerHTML = String.format(
- '<img src="%s" title="<%:Signal%>: %d dBm / <%Noise%>: %d dBm" /><br />' +
+ '<img src="%s" title="<%:Signal%>: %d dBm / <%
:
Noise%>: %d dBm" /><br />' +
'<small>%d%%</small>', icon, iw.signal, iw.noise, p
);
git clone https://git.99rst.org/PROJECT