diff --git a/pkg/api/index.go b/pkg/api/index.go index 41fff516f2d..bf5a128a03f 100644 --- a/pkg/api/index.go +++ b/pkg/api/index.go @@ -218,12 +218,6 @@ 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", diff --git a/public/app/core/components/sidemenu/sidemenu.html b/public/app/core/components/sidemenu/sidemenu.html index 212e37199f8..2869562c5b1 100644 --- a/public/app/core/components/sidemenu/sidemenu.html +++ b/public/app/core/components/sidemenu/sidemenu.html @@ -1,7 +1,5 @@
diff --git a/public/app/features/dashboard/dashnav/dashnav.html b/public/app/features/dashboard/dashnav/dashnav.html index c23a15aa208..833a3351e4c 100644 --- a/public/app/features/dashboard/dashnav/dashnav.html +++ b/public/app/features/dashboard/dashnav/dashnav.html @@ -21,7 +21,7 @@