mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Apps: Use plugin description as nav node subtitle (#61549)
This commit is contained in:
@@ -70,6 +70,7 @@ func (s *ServiceImpl) processAppPlugin(plugin plugins.PluginDTO, c *models.ReqCo
|
||||
Text: plugin.Name,
|
||||
Id: "plugin-page-" + plugin.ID,
|
||||
Img: plugin.Info.Logos.Small,
|
||||
SubTitle: plugin.Info.Description,
|
||||
Section: navtree.NavSectionPlugin,
|
||||
SortWeight: navtree.WeightPlugin,
|
||||
IsSection: true,
|
||||
|
||||
Reference in New Issue
Block a user