Console.CONSTANTS.common_label_runtimeName(),
Console.CONSTANTS.common_label_addToGroups(),
Console.CONSTANTS.common_label_updateContent(),
Console.CONSTANTS.common_label_remove()};
List<Column> columns = makeNameAndRuntimeColumns();
columns.add(new DeploymentCommandColumn(this.presenter, DeploymentCommand.ADD_TO_GROUP));
columns.add(new DeploymentCommandColumn(this.presenter, DeploymentCommand.UPDATE_CONTENT));
columns.add(new DeploymentCommandColumn(this.presenter, DeploymentCommand.REMOVE_FROM_DOMAIN));
ContentGroupLabel repositoryLabel = new ContentGroupLabel(Console.CONSTANTS.common_label_contentRepository());
Widget domainDeploymentTable = makeDeploymentTable(repositoryLabel, domainDeploymentProvider, columns, columnHeaders);