list installed plugins in the system administration menu

This commit is contained in:
Matthieu Brouillard
2015-08-05 16:45:00 +02:00
parent 1321653bf6
commit 2929517d7e
4 changed files with 40 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class ScalatraBootstrap extends LifeCycle {
context.mount(new DashboardController, "/*")
context.mount(new UserManagementController, "/*")
context.mount(new SystemSettingsController, "/*")
context.mount(new PluginsController, "/*")
context.mount(new AccountController, "/*")
context.mount(new RepositoryViewerController, "/*")
context.mount(new WikiController, "/*")