mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-26 16:31:00 +01:00
(refs #1215) Open H2 console in new window
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<a href="@path/admin/data">Data export / import</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="@path/console/login.jsp">H2 Console</a>
|
||||
<a href="@path/console/login.jsp" target="_blank">H2 Console</a>
|
||||
</li>
|
||||
@gitbucket.core.plugin.PluginRegistry().getSystemSettingMenus.map { menu =>
|
||||
@menu(context).map { link =>
|
||||
|
||||
Reference in New Issue
Block a user