Drilldown: Remove New badge from drilldown menu (#105746)

Remove isNew flag from drilldown menu
This commit is contained in:
Andre Pereira
2025-05-21 18:40:43 +03:00
committed by GitHub
parent b1f4a7d380
commit b0feaed582
@@ -144,7 +144,6 @@ func (s *ServiceImpl) GetNavTree(c *contextmodel.ReqContext, prefs *pref.Prefere
Id: navtree.NavIDDrilldown,
SubTitle: "Drill down into your data using Grafana's powerful queryless apps",
Icon: "drilldown",
IsNew: true,
SortWeight: navtree.WeightDrilldown,
Url: s.cfg.AppSubURL + "/drilldown",
})