NavTree: Update Observability landing page description (#106971)

Update observability landing page description
pull/107020/head
Domas 1 month ago committed by GitHub
parent f2bd367f61
commit 06f091c806
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/services/navtree/navtreeimpl/applinks.go

@ -232,7 +232,7 @@ func (s *ServiceImpl) addPluginToSection(c *contextmodel.ReqContext, treeRoot *n
treeRoot.AddSection(&navtree.NavLink{
Text: "Observability",
Id: navtree.NavIDObservability,
SubTitle: "Observability and infrastructure apps",
SubTitle: "Opinionated observability across applications, services, and infrastructure",
Icon: "heart-rate",
SortWeight: navtree.WeightObservability,
Children: []*navtree.NavLink{appLink},

Loading…
Cancel
Save