Alerting: Add legacy indicator to navbar (#49511) (#49614)

* update id and add translation key

* remove logs

(cherry picked from commit e3a51a4aa8)

Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
Co-authored-by: Peter Holmberg <peter.hlmbrg@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-06-28 10:38:58 +02:00
committed by GitHub
co-authored by Peter Holmberg Peter Holmberg
parent c343547467
commit 5b390de1b6
7 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ func (hs *HTTPServer) buildLegacyAlertNavLinks(c *models.ReqContext) []*dtos.Nav
{
Text: "Alerting",
SubTitle: "Alert rules and notifications",
Id: "alerting",
Id: "alerting-legacy",
Icon: "bell",
Url: hs.Cfg.AppSubURL + "/alerting/list",
Children: alertChildNavs,