From 5e7fbf0e6f69c9e760b6384dfdb3d8595fc63434 Mon Sep 17 00:00:00 2001 From: Paladox none Date: Sun, 16 Jun 2019 20:24:31 +0000 Subject: [PATCH 01/12] Add extension point to gr-user-header This is so that someone can create a plugin that adds extra links e.g "lock/unlock account". This extension point would be useful to add a "lock" and "unlock" button to the user page, making it easier to lock/unlock a user account from the UI. Change-Id: Ibb327af0ae03f0718549cce198f6449456a15f89 --- .../change-list/gr-user-header/gr-user-header.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/polygerrit-ui/app/elements/change-list/gr-user-header/gr-user-header.html b/polygerrit-ui/app/elements/change-list/gr-user-header/gr-user-header.html index d3d073668e..568578ca63 100644 --- a/polygerrit-ui/app/elements/change-list/gr-user-header/gr-user-header.html +++ b/polygerrit-ui/app/elements/change-list/gr-user-header/gr-user-header.html @@ -15,11 +15,13 @@ limitations under the License. --> + + + -