Alerting: Add legacy indicator to navbar (#49511)

* update id and add translation key

* remove logs
This commit is contained in:
Peter Holmberg
2022-05-25 15:30:37 +02:00
committed by GitHub
parent c149e0ac39
commit e3a51a4aa8
7 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ func (hs *HTTPServer) buildLegacyAlertNavLinks() []*dtos.NavLink {
{
Text: "Alerting",
SubTitle: "Alert rules and notifications",
Id: "alerting",
Id: "alerting-legacy",
Icon: "bell",
Url: hs.Cfg.AppSubURL + "/alerting/list",
Children: alertChildNavs,