mirror of https://github.com/Chocobozzz/PeerTube
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 enabledpull/4977/head
parent
4b3145a7f8
commit
252e16e158
|
@ -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…
Reference in New Issue