Commit 752453f2 by Daniel Lee

dashboards: fix link to bulk edit

parent cae852a1
......@@ -218,7 +218,12 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
{Text: "New", Url: setting.AppSubUrl + "/datasources", Icon: "fa fa-fw fa-plus"},
},
},
{
Text: "Dashboard List",
Description: "Manage Dashboards And Folders",
Id: "dashboards",
Url: setting.AppSubUrl + "/dashboards",
},
{
Text: "Preferences",
Id: "org",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment