(cherry picked from commit 7c7d02edbd6c17ee8ae2c4bf75e87adace059b76)
@@ -39,6 +39,7 @@ public class HsAboutPage extends HsView {
commonPreHead(html);
//override the nav config from commonPReHead
set(initID(ACCORDION, "nav"), "{autoHeight:false, active:0}");
+ setTitle("About History Server");
}
/**
@@ -41,7 +41,7 @@ public class NodePage extends NMView {
@Override
protected void commonPreHead(HTML<__> html) {
super.commonPreHead(html);
-
+ setTitle("NodeManager information");
set(initID(ACCORDION, "nav"), "{autoHeight:false, active:1}");