From: Jo-Philipp Wich Date: Sun, 13 Mar 2011 19:08:40 +0000 (+0000) Subject: modules/admin-full: add some links to index page X-Git-Tag: 0.11.0~2204 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=2321cd2afe89035478faf341fb62ea449e6c08ba modules/admin-full: add some links to index page --- diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index 230a70272..3e73eb13b 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -170,8 +170,9 @@ $Id$ ss.innerHTML = String.format('%s', s); si.innerHTML = String.format( - '' + - '
%s', ifc.link, ifc.ifname + '' + + '
%s', + ifc.link, ifc.ifname ); } else @@ -212,8 +213,9 @@ $Id$ ss6.innerHTML = String.format('%s', s); si6.innerHTML = String.format( - '' + - '
%s', ifc6.link, ifc6.ifname + '' + + '
%s', + ifc6.link, ifc6.ifname ); } else @@ -311,13 +313,13 @@ $Id$ '' + '
%d%%' + '' + - '<%:SSID%>: %h
' + + '<%:SSID%>: %h
' + '<%:Mode%>: %s
' + '<%:Channel%>: %d (%.2f GHz)
' + '<%:Bitrate%>: %s Mb/s
', icon, net.signal, net.noise, net.quality, - net.ssid, + net.link, net.ssid, net.mode, net.channel, net.frequency, net.bitrate || '?'