Add user import info in feature table

pull/6266/head
Chocobozzz 2024-02-13 16:08:36 +01:00 committed by Chocobozzz
parent 7986ab8452
commit 8c3cb7e083
1 changed files with 9 additions and 2 deletions

View File

@ -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>