Navigation: Remove the "New" badge from the IRM menu item (#104512)

remove the "New" badge from the IRM menu item
This commit is contained in:
Matthew Thorning
2025-04-25 09:49:32 +01:00
committed by GitHub
parent 72ebf1789e
commit 29b3738bc8
@@ -262,9 +262,6 @@ func (s *ServiceImpl) addPluginToSection(c *contextmodel.ReqContext, treeRoot *n
alertsAndIncidentsChildren = append(alertsAndIncidentsChildren, alertingNode)
treeRoot.RemoveSection(alertingNode)
}
if appLink.Id == "plugin-page-grafana-irm-app" {
appLink.IsNew = true
}
alertsAndIncidentsChildren = append(alertsAndIncidentsChildren, appLink)
treeRoot.AddSection(&navtree.NavLink{
Text: "Alerts & IRM",