]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-instance/instance-features-table.component.html
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-features-table.component.html
index 0d4e77b7382feac46222658dcb4966e8784d46c5..761243bfe7df3126cf7c2e3e13d37b0137ba4c5b 100644 (file)
@@ -1,6 +1,6 @@
 <div *ngIf="serverConfig" class="feature-table">
 
-  <table class="table" *ngIf="serverConfig">
+  <table *ngIf="serverConfig">
     <caption i18n>Features found on this instance</caption>
     <tr>
       <th i18n class="label" scope="row">PeerTube version</th>
       </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>