Implemented editor log view

This commit is contained in:
2018-03-09 19:04:06 +01:00
parent 8aaa7898b3
commit 679566eb5b
4 changed files with 65 additions and 0 deletions

View File

@ -35,6 +35,7 @@ component Sidebar(user *arn.User)
if arn.IsDevelopment()
SidebarButton("Groups", "/groups", "users")
SidebarButton("Log", "/log", "list")
//- Disabled:
//- SidebarButton("Dash", "/dashboard", "tachometer")