mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
dashboards: fix link to bulk edit
This commit is contained in:
parent
cae852a1a2
commit
752453f204
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user