modules/admin-full: fix swapped RX/TX in iface overview (#165)
[project/luci.git] / 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
                                                        );
                                                }
                                        }