aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-03-15 14:12:37 +0100
committerChocobozzz <me@florianbigard.com>2022-03-15 14:12:37 +0100
commitb788e69131dccc1be147244e5b4d9e64deb2dc76 (patch)
tree3f09cb25b38f159b2ef24a574261c81140845acd /client/src/app/+admin/config/edit-custom-config
parent74220dba9db6a1dc5c0b504b0230de26ef9c9dd5 (diff)
downloadPeerTube-b788e69131dccc1be147244e5b4d9e64deb2dc76.tar.gz
PeerTube-b788e69131dccc1be147244e5b4d9e64deb2dc76.tar.zst
PeerTube-b788e69131dccc1be147244e5b4d9e64deb2dc76.zip
Some fixes for themes
Diffstat (limited to 'client/src/app/+admin/config/edit-custom-config')
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html8
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8
3 files changed, 10 insertions, 10 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html
index 37989cb59..3673a805b 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html
+++ b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html
@@ -186,7 +186,7 @@
186 186
187 <div *ngIf="formErrors.signup.limit" class="form-error">{{ formErrors.signup.limit }}</div> 187 <div *ngIf="formErrors.signup.limit" class="form-error">{{ formErrors.signup.limit }}</div>
188 188
189 <small i18n *ngIf="hasUnlimitedSignup()" class="text-muted">Signup won't be limited to a fixed number of users.</small> 189 <small i18n *ngIf="hasUnlimitedSignup()" class="muted">Signup won't be limited to a fixed number of users.</small>
190 </div> 190 </div>
191 191
192 <div [ngClass]="getDisabledSignupClass()" class="mt-3"> 192 <div [ngClass]="getDisabledSignupClass()" class="mt-3">
@@ -253,7 +253,7 @@
253 253
254 <div class="form-group mt-4"> 254 <div class="form-group mt-4">
255 <label i18n for="importConcurrency">Import jobs concurrency</label> 255 <label i18n for="importConcurrency">Import jobs concurrency</label>
256 <span i18n class="text-muted ml-1">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</span> 256 <span i18n class="muted ml-1">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</span>
257 257
258 <div class="number-with-unit"> 258 <div class="number-with-unit">
259 <input type="number" name="importConcurrency" formControlName="concurrency" /> 259 <input type="number" name="importConcurrency" formControlName="concurrency" />
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html b/client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html
index 8d6a4ce19..b29651437 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html
+++ b/client/src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html
@@ -50,7 +50,7 @@
50 50
51 <div class="form-group" [ngClass]="getDisabledLiveClass()"> 51 <div class="form-group" [ngClass]="getDisabledLiveClass()">
52 <label i18n for="liveMaxInstanceLives"> 52 <label i18n for="liveMaxInstanceLives">
53 Max simultaneous lives created on your instance <span class="text-muted">(-1 for "unlimited")</span> 53 Max simultaneous lives created on your instance <span class="muted">(-1 for "unlimited")</span>
54 </label> 54 </label>
55 55
56 <div class="number-with-unit"> 56 <div class="number-with-unit">
@@ -63,7 +63,7 @@
63 63
64 <div class="form-group" [ngClass]="getDisabledLiveClass()"> 64 <div class="form-group" [ngClass]="getDisabledLiveClass()">
65 <label i18n for="liveMaxUserLives"> 65 <label i18n for="liveMaxUserLives">
66 Max simultaneous lives created per user <span class="text-muted">(-1 for "unlimited")</span> 66 Max simultaneous lives created per user <span class="muted">(-1 for "unlimited")</span>
67 </label> 67 </label>
68 68
69 <div class="number-with-unit"> 69 <div class="number-with-unit">
@@ -139,7 +139,7 @@
139 <div class="form-group" [ngClass]="getDisabledLiveTranscodingClass()"> 139 <div class="form-group" [ngClass]="getDisabledLiveTranscodingClass()">
140 <label i18n for="liveTranscodingThreads">Live transcoding threads</label> 140 <label i18n for="liveTranscodingThreads">Live transcoding threads</label>
141 141
142 <span class="text-muted ml-1"> 142 <span class="muted ml-1">
143 <ng-container *ngIf="getTotalTranscodingThreads().atMost" i18n> 143 <ng-container *ngIf="getTotalTranscodingThreads().atMost" i18n>
144 will claim at most {{ getTotalTranscodingThreads().value }} {{ getTotalTranscodingThreads().unit }} with VOD transcoding 144 will claim at most {{ getTotalTranscodingThreads().value }} {{ getTotalTranscodingThreads().unit }} with VOD transcoding
145 </ng-container> 145 </ng-container>
@@ -160,7 +160,7 @@
160 160
161 <div class="form-group mt-4" [ngClass]="getDisabledLiveTranscodingClass()"> 161 <div class="form-group mt-4" [ngClass]="getDisabledLiveTranscodingClass()">
162 <label i18n for="liveTranscodingProfile">Live transcoding profile</label> 162 <label i18n for="liveTranscodingProfile">Live transcoding profile</label>
163 <span class="text-muted ml-1" i18n>new live transcoding profiles can be added by PeerTube plugins</span> 163 <span class="muted ml-1" i18n>new live transcoding profiles can be added by PeerTube plugins</span>
164 164
165 <my-select-options 165 <my-select-options
166 id="liveTranscodingProfile" 166 id="liveTranscodingProfile"
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html
index 2be855756..52d6c79f6 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html
+++ b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html
@@ -128,7 +128,7 @@
128 </my-peertube-checkbox> 128 </my-peertube-checkbox>
129 </div> 129 </div>
130 130
131 <span class="mb-2 text-muted" i18n> 131 <span class="mb-2 muted" i18n>
132 The original file resolution will be the default target if no option is selected. 132 The original file resolution will be the default target if no option is selected.
133 </span> 133 </span>
134 </ng-container> 134 </ng-container>
@@ -142,7 +142,7 @@
142 142
143 <div class="form-group mt-4" [ngClass]="getTranscodingDisabledClass()"> 143 <div class="form-group mt-4" [ngClass]="getTranscodingDisabledClass()">
144 <label i18n for="transcodingThreads">Transcoding threads</label> 144 <label i18n for="transcodingThreads">Transcoding threads</label>
145 <span class="text-muted ml-1"> 145 <span class="muted ml-1">
146 <ng-container *ngIf="getTotalTranscodingThreads().atMost" i18n> 146 <ng-container *ngIf="getTotalTranscodingThreads().atMost" i18n>
147 will claim at most {{ getTotalTranscodingThreads().value }} {{ getTotalTranscodingThreads().unit }} with live transcoding 147 will claim at most {{ getTotalTranscodingThreads().value }} {{ getTotalTranscodingThreads().unit }} with live transcoding
148 </ng-container> 148 </ng-container>
@@ -164,7 +164,7 @@
164 164
165 <div class="form-group mt-4" [ngClass]="getTranscodingDisabledClass()"> 165 <div class="form-group mt-4" [ngClass]="getTranscodingDisabledClass()">
166 <label i18n for="transcodingConcurrency">Transcoding jobs concurrency</label> 166 <label i18n for="transcodingConcurrency">Transcoding jobs concurrency</label>
167 <span class="text-muted ml-1" i18n>allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</span> 167 <span class="muted ml-1" i18n>allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</span>
168 168
169 <div class="number-with-unit"> 169 <div class="number-with-unit">
170 <input type="number" name="transcodingConcurrency" formControlName="concurrency" /> 170 <input type="number" name="transcodingConcurrency" formControlName="concurrency" />
@@ -176,7 +176,7 @@
176 176
177 <div class="form-group mt-4" [ngClass]="getTranscodingDisabledClass()"> 177 <div class="form-group mt-4" [ngClass]="getTranscodingDisabledClass()">
178 <label i18n for="transcodingProfile">Transcoding profile</label> 178 <label i18n for="transcodingProfile">Transcoding profile</label>
179 <span class="text-muted ml-1" i18n>new transcoding profiles can be added by PeerTube plugins</span> 179 <span class="muted ml-1" i18n>new transcoding profiles can be added by PeerTube plugins</span>
180 180
181 <my-select-options 181 <my-select-options
182 id="transcodingProfile" 182 id="transcodingProfile"