Navigation: Move Cost management and billing plugin to root (#111739)

This commit is contained in:
Janos Gub
2025-10-31 10:41:01 +00:00
committed by GitHub
parent 137803a32a
commit 1070f94fbb
5 changed files with 5 additions and 68 deletions
-1
View File
@@ -215,7 +215,6 @@ func (hs *HTTPServer) setIndexViewData(c *contextmodel.ReqContext) (*dtos.IndexV
hs.HooksService.RunIndexDataHooks(&data, c)
data.NavTree.ApplyCostManagementIA()
data.NavTree.Sort()
return &data, nil