"URL mapping is inactive for server-name: localhost"));
warningLabel.setStyleAttribute("color", "red");
toolBar.add(warningLabel);
}
ContentPanel cp = new ContentPanel(new FitLayout());
cp.setHeading(node.getUrl());
// cp.setHeaderVisible(false);
cp.setTopComponent(toolBar);
cp.add(grid);
// FieldSet fs = new FieldSet();
setLayout(new FitLayout());
// fs.setHeading(Messages.get("ece_seo_urlMapping", "URL mapping"));
// fs.setCollapsible(true);
//
// fs.add(cp);