Add ProjectDashboardsScreen

This screen displays a table with a list of dasboards for the
current project.  Each dashboard entry is a link to the actual
dashboard.  The dashboards are grouped together in sections
named after their refs.

Change-Id: I3c88dc7771d381906f2f5e8575f18aa86859b465
This commit is contained in:
Martin Fick
2012-11-12 12:14:51 -07:00
parent 488534349a
commit 13c6530ee2
9 changed files with 229 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ public interface AdminConstants extends Constants {
String projectAdminTabBranches();
String projectAdminTabAccess();
String projectListQueryLink();
String projectAdminTabDashboards();
String plugins();
String pluginEnabled();