瀏覽代碼

Remove Explore > "New tab" from sidebar

- we don't support tabs yet, might as well remove the entry
David Kaltschmidt 7 年之前
父節點
當前提交
80d62013b2
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      pkg/api/index.go

+ 0 - 3
pkg/api/index.go

@@ -147,9 +147,6 @@ func (hs *HTTPServer) setIndexViewData(c *m.ReqContext) (*dtos.IndexViewData, er
 			SubTitle: "Explore your data",
 			Icon:     "fa fa-rocket",
 			Url:      setting.AppSubUrl + "/explore",
-			Children: []*dtos.NavLink{
-				{Text: "New tab", Icon: "gicon gicon-dashboard-new", Url: setting.AppSubUrl + "/explore"},
-			},
 		})
 	}