* config.jsp: Add more help

* summary.jsp: Indicate if hidden
This commit is contained in:
zzz
2008-10-26 17:24:11 +00:00
parent 68256930b9
commit 152f824779
3 changed files with 9 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<b>Version:</b> <jsp:getProperty name="helper" property="version" /><br />
<b>Uptime:</b> <jsp:getProperty name="helper" property="uptime" /><br />
<b>Now:</b> <jsp:getProperty name="helper" property="time" /><br />
<b>Reachability:</b> <a href="config.jsp"><jsp:getProperty name="helper" property="reachability" /></a><%
<b>Reachability:</b> <a href="config.jsp#help"><jsp:getProperty name="helper" property="reachability" /></a><%
if (helper.updateAvailable()) {
// display all the time so we display the final failure message
out.print("<br />" + update.getStatus());