Arrange options for ProjectInfoScreen in tables
* Missing labels for options have been added. * Labels are now to the left of the widget, as in other gerrit forms. Change-Id: I2d9ea22e9a2a7a1791c23cb4930551fc956e82b1
This commit is contained in:
@@ -64,12 +64,14 @@ public interface AdminConstants extends Constants {
|
||||
String columnProjectName();
|
||||
String headingAgreements();
|
||||
|
||||
String headingProjectSubmitType();
|
||||
String projectSubmitType_FAST_FORWARD_ONLY();
|
||||
String projectSubmitType_MERGE_ALWAYS();
|
||||
String projectSubmitType_MERGE_IF_NECESSARY();
|
||||
String projectSubmitType_REBASE_IF_NECESSARY();
|
||||
String projectSubmitType_CHERRY_PICK();
|
||||
|
||||
String headingProjectState();
|
||||
String projectState_ACTIVE();
|
||||
String projectState_READ_ONLY();
|
||||
String projectState_HIDDEN();
|
||||
|
||||
Reference in New Issue
Block a user