mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/controllers/dashboard/plugins/installed/index.js
Co-authored-by: Fernando Fernández <ferferga.fer@gmail.com>
This commit is contained in:
parent
d0552ce7ae
commit
177d88dd84
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) {
|
|||
|
||||
html += "<div class='cardText'>";
|
||||
html += configPage && configPage.DisplayName ? configPage.DisplayName : plugin.Name;
|
||||
html += '<br/>' + globalize.translate('LabelStatus') + ` ${plugin.Status}</div>`;
|
||||
html += `<br/>${globalize.translate('LabelStatus')} ${plugin.Status}</div>`;
|
||||
html += "<div class='cardText cardText-secondary'>";
|
||||
html += plugin.Version;
|
||||
html += '</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue