modules/admin-full: fix swapped RX/TX in iface overview (#165)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Nov 2010 14:54:46 +0000 (14:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Nov 2010 14:54:46 +0000 (14:54 +0000)
modules/admin-full/luasrc/view/admin_network/iface_overview.htm

index 5932a90..957d917 100644 (file)
@@ -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, rxp
+                                                                       rxb, rxp, txb, txp
                                                        );
                                                }
                                        }