From 752453f204420e4fcfcd756ca5b911ec9ed4ecfd Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Sun, 29 Oct 2017 20:20:51 +0100 Subject: [PATCH] dashboards: fix link to bulk edit --- pkg/api/index.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg/api/index.go b/pkg/api/index.go index 4a94a418c8e..41fff516f2d 100644 --- a/pkg/api/index.go +++ b/pkg/api/index.go @@ -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",