From 36986ee5fedf9a826730fef4e30340954e65f646 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 26 Feb 2013 13:21:54 +0000 Subject: [PATCH] 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. --- modules/admin-full/luasrc/view/admin_status/index.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)%>) -- 2.11.0