aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-02 11:29:50 +0200
committerChocobozzz <me@florianbigard.com>2022-05-02 11:31:22 +0200
commit252e16e158d7a1e192126802d0ec32208f8f80be (patch)
treecd8c47765f46f9cf0573bcbbdc9b1eecd9565270 /client/src
parent4b3145a7f8f5f1e24f9ea7874dee387204e65fcb (diff)
downloadPeerTube-252e16e158d7a1e192126802d0ec32208f8f80be.tar.gz
PeerTube-252e16e158d7a1e192126802d0ec32208f8f80be.tar.zst
PeerTube-252e16e158d7a1e192126802d0ec32208f8f80be.zip
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
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/shared/shared-instance/instance-features-table.component.html12
1 files changed, 0 insertions, 12 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 0d4e77b73..1fdef95ff 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
@@ -106,18 +106,6 @@
106 </td> 106 </td>
107 </tr> 107 </tr>
108 108
109
110 <tr>
111 <th i18n class="label" colspan="2">Player</th>
112 </tr>
113
114 <tr>
115 <th i18n class="sub-label" scope="row">P2P enabled</th>
116 <td>
117 <my-feature-boolean [value]="serverConfig.tracker.enabled"></my-feature-boolean>
118 </td>
119 </tr>
120
121 <tr> 109 <tr>
122 <th i18n class="label" colspan="2">Search</th> 110 <th i18n class="label" colspan="2">Search</th>
123 </tr> 111 </tr>