';
}
if (plugin.HasImage) {
@@ -87,12 +87,10 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) {
html += '
";
- html += configPage && configPage.DisplayName ? configPage.DisplayName : plugin.Name;
- html += `
${globalize.translate('LabelStatus')} ${plugin.Status}
";
- html += plugin.Version;
+ html += '
';
+ html += `${plugin.Name}${plugin.Version}`;
html += '
';
+ html += `
${globalize.translate('LabelStatus')} ${plugin.Status}
`;
html += '