Apps: Use plugin description as nav node subtitle (#61549)

pull/61910/head
Torkel Ödegaard 3 years ago committed by GitHub
parent 0942e0a815
commit 97fc6c4eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/services/navtree/navtreeimpl/applinks.go

@ -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…
Cancel
Save