Explorar el Código

dashboards: fix link to bulk edit

Daniel Lee hace 8 años
padre
commit
752453f204
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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: "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",
 					Text:        "Preferences",
 					Id:          "org",
 					Id:          "org",