Add CHANGE_SCREEN_BELOW_RELATED_INFO_BLOCK extension point

Add an extension point on Gerrit UI to allow users to insert
UI components under the related changes panel

Change-Id: I10fe9acf25ee67bc140618bcb59bb16fbdc7030f
This commit is contained in:
Khai Do
2016-04-19 10:13:16 -07:00
parent 4cc3ad061d
commit e74c246472
3 changed files with 10 additions and 0 deletions

View File

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