mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -06:00
Apps: Use plugin description as nav node subtitle (#61549)
This commit is contained in:
parent
0942e0a815
commit
97fc6c4eb4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user