Add missing config to dashboard content
That's what caused us to include flogo.
This commit is contained in:
parent
e33bce7436
commit
7e390bd31d
1 changed files with 1 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ func dashboard(ctx context.Context, w http.ResponseWriter, org *models.Organizat
|
|||
}
|
||||
html.RenderOrError(w, "sync/dashboard.html", contentAuthenticated[contentDashboard]{
|
||||
C: content,
|
||||
Config: html.NewContentConfig(),
|
||||
Organization: org,
|
||||
URL: html.NewContentURL(),
|
||||
User: userContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue