Add Plugin web UI

Put a link under Admin to show the list of installed plugins

Signed-off-by: Brad Larson <bklarson@gmail.com>
Change-Id: I35d41fd49ed88dc17bdf5bed55e18299cb98f07f
This commit is contained in:
Brad Larson
2012-05-16 10:49:15 -05:00
committed by gerrit code review
parent 573bf7f5cf
commit cbd00cd34f
13 changed files with 209 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public class PageLinks {
public static final String ADMIN_GROUPS = "/admin/groups/";
public static final String ADMIN_PROJECTS = "/admin/projects/";
public static final String ADMIN_CREATE_PROJECT = "/admin/create-project/";
public static final String ADMIN_PLUGINS = "/admin/plugins/";
public static String toChange(final ChangeInfo c) {
return toChange(c.getId());