diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-11 15:52:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-11 15:52:01 +0000 |
commit | 4bd4002a3fcf6a5d95e2cc6ab6af7f0600ca67b9 (patch) | |
tree | ffa4d4e58f6660b61cbc98e71435d25f736a21cf /modules | |
parent | 57e51eba60cd95b82b11c5857651861decf8dcbe (diff) |
modules/admin-full: small style fix in switch status
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_network/switch_status.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/switch_status.htm b/modules/admin-full/luasrc/view/admin_network/switch_status.htm index 31da264dc..0b284833e 100644 --- a/modules/admin-full/luasrc/view/admin_network/switch_status.htm +++ b/modules/admin-full/luasrc/view/admin_network/switch_status.htm @@ -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%>' ); |