diff options
Diffstat (limited to 'themes/openwrt-light/luasrc/view')
-rw-r--r-- | themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm index 689353c48..6883130a2 100644 --- a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm +++ b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm @@ -62,7 +62,7 @@ require("luci.http").prepare_content("application/xhtml+xml") <h1><%=luci.version.distname%></h1> <p> : <%=luci.version.distversion%> | -<%:load%>: <%=load1%> <%=load5%> <%=load15%> | +<%:load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%> | <%:hostname%>: <%=hostname%> </p> </div> |