]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/about/about.component.html
Add privacy setting to upload.js cli (#422)
[github/Chocobozzz/PeerTube.git] / client / src / app / about / about.component.html
index 3bb86208c51e03aa77ab186a50abb374bb3b7ff8..bad90d1612f67c6e5ce9498c11c1cb84deb1cc4c 100644 (file)
     <div [innerHTML]="termsHTML"></div>
   </div>
 
+  <div class="signup">
+    <div class="section-title">Signup</div>
+
+    <div *ngIf="isSignupAllowed">
+      User registration is allowed and
+
+      <ng-template [ngIf]="userVideoQuota !== -1">
+        this instance provides a baseline quota of {{ userVideoQuota | bytes }} space for the videos of its users.
+      </ng-template>
+
+      <ng-template [ngIf]="userVideoQuota === -1">
+        this instance provides unlimited space for the videos of its users.
+      </ng-template>
+    </div>
+
+    <div *ngIf="isSignupAllowed === false">
+      User registration is currently not allowed.
+    </div>
+  </div>
+
   <div id="p2p-privacy">
     <div class="section-title">P2P & Privacy</div>