From: Daniel Golle Date: Tue, 26 Feb 2013 13:21:54 +0000 (+0000) Subject: modules/admin-full: generalize field descriptions in system status page X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=36986ee5fedf9a826730fef4e30340954e65f646;p=oweals%2Fluci.git modules/admin-full: generalize field descriptions in system status page LuCI is not only used on routers. When running on a NAS or you-name-it non-router hardware, refering to "Router Name" and "Router Model" in the system information page was confusing to some users. --- diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index bb85517e0..98b6592e1 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -529,8 +529,8 @@ You may obtain a copy of the License at <%:System%> - - + +
<%:Router Name%><%=luci.sys.hostname() or "?"%>
<%:Router Model%><%=pcdata(model or "?")%>
<%:Hostname%><%=luci.sys.hostname() or "?"%>
<%:Model%><%=pcdata(model or "?")%>
<%:Firmware Version%> <%=pcdata(luci.version.distname)%> <%=pcdata(luci.version.distversion)%> / <%=pcdata(luci.version.luciname)%> (<%=pcdata(luci.version.luciversion)%>)