Back to Peertube

Plugin Show Installed.Component

client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html

8.1.5310 B
Original Source

@if (plugin) {

{{ pluginTypeLabel }} {{ plugin.name }}

@if (hasRegisteredSettings()) { @for (setting of registeredSettings; track setting) {

} } @if (!hasRegisteredSettings()) { @if (isPlugin()) { This plugin does not have settings. } @else if (isTheme()) { This theme does not have settings. } } }