aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-16 17:38:20 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commit109d893ff5353c3061af3062cf9443bcba39aafc (patch)
tree7f9e24eefd0893cab3b1977dc625e966c434725b /client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
parentf0c5e8b65792e9f991bf006a3e1d03cfd2c80c24 (diff)
downloadPeerTube-109d893ff5353c3061af3062cf9443bcba39aafc.tar.gz
PeerTube-109d893ff5353c3061af3062cf9443bcba39aafc.tar.zst
PeerTube-109d893ff5353c3061af3062cf9443bcba39aafc.zip
Fix lint
Diffstat (limited to 'client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts')
-rw-r--r--client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts b/client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
index b99281a37..0fbd65160 100644
--- a/client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
+++ b/client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
@@ -14,7 +14,7 @@ import { BuildFormArgument, FormReactive, FormValidatorService } from '@app/shar
14 templateUrl: './plugin-show-installed.component.html', 14 templateUrl: './plugin-show-installed.component.html',
15 styleUrls: [ './plugin-show-installed.component.scss' ] 15 styleUrls: [ './plugin-show-installed.component.scss' ]
16}) 16})
17export class PluginShowInstalledComponent extends FormReactive implements OnInit, OnDestroy{ 17export class PluginShowInstalledComponent extends FormReactive implements OnInit, OnDestroy {
18 plugin: PeerTubePlugin 18 plugin: PeerTubePlugin
19 registeredSettings: RegisterSettingOptions[] = [] 19 registeredSettings: RegisterSettingOptions[] = []
20 pluginTypeLabel: string 20 pluginTypeLabel: string