Console.CONSTANTS.common_label_enabled(),
Console.CONSTANTS.common_label_enOrDisable(),
Console.CONSTANTS.common_label_remove()};
List<Column> columns = makeNameAndRuntimeColumns();
columns.add(makeEnabledColumn());
columns.add(new DeploymentCommandColumn(this.presenter, DeploymentCommand.ENABLE_DISABLE));
columns.add(new DeploymentCommandColumn(this.presenter, DeploymentCommand.REMOVE_FROM_GROUP));
//columns.addAll(ActionColumnFactory.makeActionColumns(presenter, this.serverGroupDeploymentProviders.get(serverGroupName), DeploymentCommand.ENABLE_DISABLE, DeploymentCommand.REMOVE_FROM_GROUP));
vPanel.add(makeDeploymentTable(serverGroupName + " Deployments", dataProvider, columns, columnHeaders));
}