return new NavigationSection(SECTION_SECURITY_VIEW_ID, usersItem, rolesItem);
}
private NavigationSection buildTopologySection() {
ProductInfo productInfo = CoreGUI.get().getProductInfo();
boolean isRHQ = (productInfo != null) && "RHQ".equals(productInfo.getShortName()); // use this to hide experimental features from product
NavigationItem serversItem = new NavigationItem(ServerTableView.VIEW_ID, new ViewFactory() {
public Canvas createView() {
return new ServerTableView(null, false);
}