* config.jsp: Add more help
* summary.jsp: Indicate if hidden
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user