modules/admin-full: fix swapped RX/TX in iface overview (#165)
This commit is contained in:
parent
d41175aaa4
commit
895c657381
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ $Id$
|
||||||
t.innerHTML = String.format(
|
t.innerHTML = String.format(
|
||||||
'<strong><%:RX%></strong>: %.2f <%:KB%> (%d <%:Pkts.%>)<br />' +
|
'<strong><%:RX%></strong>: %.2f <%:KB%> (%d <%:Pkts.%>)<br />' +
|
||||||
'<strong><%:TX%></strong>: %.2f <%:KB%> (%d <%:Pkts.%>)<br />',
|
'<strong><%:TX%></strong>: %.2f <%:KB%> (%d <%:Pkts.%>)<br />',
|
||||||
txb, txp, rxb, rxp
|
rxb, rxp, txb, txp
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue