]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html
Implement runner in client side
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / config / edit-custom-config / edit-vod-transcoding.component.html
index de9e7253ef7cb7d7c32787dd003660bf19d8b541..c11f560dd7e9d49b0e787474b09f37c985d1112e 100644 (file)
 
             <ng-container ngProjectAs="extra">
 
+              <div class="form-group" formGroupName="remoteRunners" [ngClass]="getTranscodingDisabledClass()">
+                <my-peertube-checkbox
+                  inputName="transcodingRemoteRunnersEnabled" formControlName="enabled"
+                  i18n-labelText labelText="Enable remote runners"
+                >
+                  <ng-container ngProjectAs="description">
+                    <span i18n>
+                      Use <a routerLink="/admin/system/runners/runners-list">remote runners</a> to process VOD transcoding.
+                      Remote runners has to register on your instance first.
+                    </span>
+                  </ng-container>
+                </my-peertube-checkbox>
+              </div>
+
               <div class="callout callout-light pt-2 pb-0">
                 <label i18n>Input formats</label>