mirror of https://github.com/Chocobozzz/PeerTube
Add user import info in feature table
parent
7986ab8452
commit
8c3cb7e083
|
@ -88,7 +88,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<th i18n class="label" colspan="2">Import</th>
|
||||
<th i18n class="label" colspan="2">Video Import</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -113,7 +113,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<th i18n class="label" colspan="2">Export</th>
|
||||
<th i18n class="label" colspan="2">User Import/Export</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -123,6 +123,13 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th i18n class="sub-label" scope="row">Users can import their data</th>
|
||||
<td>
|
||||
<my-feature-boolean [value]="serverConfig.import.users.enabled"></my-feature-boolean>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th i18n class="label" colspan="2">Search</th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue