Просмотр исходного кода

dashboards: fix link to bulk edit

Daniel Lee 8 лет назад
Родитель
Сommit
752453f204
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      pkg/api/index.go

+ 6 - 1
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",