Changed editor panel links
This commit is contained in:
@ -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()))
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
component Database
|
||||
EditorTabs
|
||||
component Database(url string)
|
||||
EditorTabs(url)
|
||||
|
||||
.widget-form
|
||||
.widget
|
||||
|
Reference in New Issue
Block a user