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.
This commit is contained in:
parent
90aca063ae
commit
36986ee5fe
1 changed files with 2 additions and 2 deletions
|
@ -529,8 +529,8 @@ You may obtain a copy of the License at
|
|||
<legend><%:System%></legend>
|
||||
|
||||
<table width="100%" cellspacing="10">
|
||||
<tr><td width="33%"><%:Router Name%></td><td><%=luci.sys.hostname() or "?"%></td></tr>
|
||||
<tr><td width="33%"><%:Router Model%></td><td><%=pcdata(model or "?")%></td></tr>
|
||||
<tr><td width="33%"><%:Hostname%></td><td><%=luci.sys.hostname() or "?"%></td></tr>
|
||||
<tr><td width="33%"><%:Model%></td><td><%=pcdata(model or "?")%></td></tr>
|
||||
<tr><td width="33%"><%:Firmware Version%></td><td>
|
||||
<%=pcdata(luci.version.distname)%> <%=pcdata(luci.version.distversion)%> /
|
||||
<%=pcdata(luci.version.luciname)%> (<%=pcdata(luci.version.luciversion)%>)
|
||||
|
|
Loading…
Reference in a new issue