modules/admin-full: small style fix in switch status
This commit is contained in:
parent
57e51eba60
commit
4bd4002a3f
1 changed files with 1 additions and 1 deletions
|
@ -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%>'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue