@Override
public Widget createWidget() {
LayoutPanel layout = new RHSContentPanel("System Properties");
layout.add(new ContentHeaderLabel("System Properties"));
layout.add(new ContentDescription(Console.CONSTANTS.properties_global_desc()));
propertyEditor = new PropertyEditor(presenter, Console.getBootstrapContext().isStandalone(), 20);
layout.add(propertyEditor.asWidget());