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

This commit is contained in:
Torkel Ödegaard 2023-01-23 11:02:05 +01:00 committed by GitHub
parent 0942e0a815
commit 97fc6c4eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,