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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user