@Override
public Widget createWidget() {
LayoutPanel layout = new LayoutPanel();
TitleBar titleBar = new TitleBar(Console.CONSTANTS.common_label_deployments());
layout.add(titleBar);
layout.setWidgetTopHeight(titleBar, 0, Style.Unit.PX, 28, Style.Unit.PX);
final ToolStrip toolStrip = new ToolStrip();