SLO: remove is new badge for SLO reports (#113784)

This commit is contained in:
David Kim (DK)
2025-11-18 14:30:46 +00:00
committed by GitHub
parent a6952b554f
commit 66259bdede
@@ -223,11 +223,6 @@ func (s *ServiceImpl) processAppPlugin(plugin pluginstore.Plugin, c *contextmode
IsNew: true,
}
alertsSection.Children = append(alertsSection.Children, serviceLink)
reportsNavLink := navtree.FindByURL(alertsSection.Children, "/a/grafana-slo-app/reports")
if reportsNavLink != nil {
reportsNavLink.IsNew = true
}
}
}