* 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

@ -119,7 +119,9 @@ public class SummaryHelper {
public String getReachability() {
if (!_context.clock().getUpdatedSuccessfully())
return "ERR-ClockSkew";
if (_context.router().isHidden())
return "Hidden";
int status = _context.commSystem().getReachabilityStatus();
switch (status) {
case CommSystemFacade.STATUS_OK: