Adding adaptive telemetry's own weight (#113167)
This commit is contained in:
@@ -344,7 +344,7 @@ func (s *ServiceImpl) addPluginToSection(c *contextmodel.ReqContext, treeRoot *n
|
||||
Id: navtree.NavIDAdaptiveTelemetry,
|
||||
SubTitle: "Reduce noise, cut costs, and accelerate troubleshooting by intelligently ingesting only the telemetry data that matters most.",
|
||||
Icon: "adaptive-telemetry",
|
||||
SortWeight: navtree.WeightAIAndML + 1, // Place under "AI & Machine Learning"
|
||||
SortWeight: navtree.WeightAdaptiveTelemetry,
|
||||
Children: sectionChildren,
|
||||
Url: "adaptive-telemetry",
|
||||
// Use the icon URL from the first "Adaptive Telemetry" plugin in the list (they will all be the same)
|
||||
|
||||
Reference in New Issue
Block a user