Add CHANGE_SCREEN_BELOW_COMMIT_INFO_BLOCK extension point

Add an extension point on Gerrit UI to allow users to insert
UI components under the commit info panel

Change-Id: I23343d6c09fdd7d063087d8545c3dff6f3d9eaec
This commit is contained in:
Khai Do
2016-07-28 16:30:37 -07:00
parent 224da0bb97
commit 675afc0f21
4 changed files with 14 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ public enum GerritUiExtensionPoint {
CHANGE_SCREEN_HEADER_RIGHT_OF_POP_DOWNS,
CHANGE_SCREEN_BELOW_CHANGE_INFO_BLOCK,
CHANGE_SCREEN_BELOW_RELATED_INFO_BLOCK,
CHANGE_SCREEN_BELOW_COMMIT_INFO_BLOCK,
/* MyPasswordScreen */
PASSWORD_SCREEN_BOTTOM,