Data Connections: Remove the placeholder for Recorded Queries (#53230)

* feat(Data Connections): remove the Recorded Queries tab

* chore: remove the Recorded Queries from the nav
This commit is contained in:
Levente Balogh
2022-08-04 06:39:06 +00:00
committed by GitHub
parent fe0f193189
commit 2bf37a0d35
5 changed files with 0 additions and 17 deletions
-8
View File
@@ -647,14 +647,6 @@ func (hs *HTTPServer) buildDataConnectionsNavLink(c *models.ReqContext) *dtos.Na
Url: baseUrl + "/cloud-integrations",
})
children = append(children, &dtos.NavLink{
Id: baseId + "-recorded-queries",
Text: "Recorded queries",
Icon: "record-audio",
Description: "Manage your recorded queries",
Url: baseUrl + "/recorded-queries",
})
navLink = &dtos.NavLink{
Text: "Data Connections",
Icon: "link",