Remove confusing P2P info in instance features
It's confusing because it depends on user and admin settings We already display messages in player and watch page if P2P is enabled
This commit is contained in:
parent
4b3145a7f8
commit
252e16e158
1 changed files with 0 additions and 12 deletions
|
@ -106,18 +106,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<th i18n class="label" colspan="2">Player</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th i18n class="sub-label" scope="row">P2P enabled</th>
|
||||
<td>
|
||||
<my-feature-boolean [value]="serverConfig.tracker.enabled"></my-feature-boolean>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th i18n class="label" colspan="2">Search</th>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue