diff options
Diffstat (limited to 'client/src/app/shared/shared-instance')
-rw-r--r-- | client/src/app/shared/shared-instance/instance-features-table.component.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.html b/client/src/app/shared/shared-instance/instance-features-table.component.html index 761243bfe..6c05764df 100644 --- a/client/src/app/shared/shared-instance/instance-features-table.component.html +++ b/client/src/app/shared/shared-instance/instance-features-table.component.html | |||
@@ -107,6 +107,13 @@ | |||
107 | </tr> | 107 | </tr> |
108 | 108 | ||
109 | <tr> | 109 | <tr> |
110 | <th i18n class="sub-label" scope="row">Channel synchronization with other platforms (YouTube, Vimeo, ...)</th> | ||
111 | <td> | ||
112 | <my-feature-boolean [value]="serverConfig.import.videoChannelSynchronization.enabled"></my-feature-boolean> | ||
113 | </td> | ||
114 | </tr> | ||
115 | |||
116 | <tr> | ||
110 | <th i18n class="label" colspan="2">Search</th> | 117 | <th i18n class="label" colspan="2">Search</th> |
111 | </tr> | 118 | </tr> |
112 | 119 | ||