Changed editor panel links

This commit is contained in:
2018-03-09 12:38:46 +01:00
parent fa719fb13b
commit b77dcfb98c
11 changed files with 36 additions and 32 deletions

View File

@ -7,5 +7,5 @@ import (
// Get the dashboard.
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Database())
return ctx.HTML(components.Database(ctx.URI()))
}