modules/admin-full: small style fix in switch status

This commit is contained in:
Jo-Philipp Wich 2012-09-11 15:52:01 +00:00
parent 57e51eba60
commit 4bd4002a3f

View file

@ -24,7 +24,7 @@
{
th.innerHTML = String.format(
'<small><img src="<%=resource%>/icons/port_up.png" />' +
'<br />%d<%:baseT%> %s</small>',
'<br />%d<%:baseT%><br />%s</small>',
st[i].speed, st[i].duplex
? '<%:full-duplex%>' : '<%:half-duplex%>'
);