summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-09-11 15:52:01 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-09-11 15:52:01 +0000
commit4bd4002a3fcf6a5d95e2cc6ab6af7f0600ca67b9 (patch)
treeffa4d4e58f6660b61cbc98e71435d25f736a21cf /modules
parent57e51eba60cd95b82b11c5857651861decf8dcbe (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.htm2
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%>'
);