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:
d41175a
)
modules/admin-full: fix swapped RX/TX in iface overview (#165)
author
Jo-Philipp Wich
<redacted>
Thu, 18 Nov 2010 14:54:46 +0000
(14:54 +0000)
committer
Jo-Philipp Wich
<redacted>
Thu, 18 Nov 2010 14:54:46 +0000
(14:54 +0000)
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
index 5932a903124453b27472cc5738ec4bae3aba2bba..957d91749dca5732ff1586f7e218b40479860a5c 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
+++ b/
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
@@
-156,7
+156,7
@@
$Id$
t.innerHTML = String.format(
'<strong><%:RX%></strong>: %.2f <%:KB%> (%d <%:Pkts.%>)<br />' +
'<strong><%:TX%></strong>: %.2f <%:KB%> (%d <%:Pkts.%>)<br />',
-
txb, txp, rxb, r
xp
+
rxb, rxp, txb, t
xp
);
}
}
git clone https://git.99rst.org/PROJECT