diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-22 17:41:39 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-22 17:41:39 +0100 |
commit | a2c5cd4a03cfe792a5f7341b33115002c448d3e4 (patch) | |
tree | 77ef3de463504659850cf1fd55148710a56cbe21 /client/src/app/+video-studio | |
parent | 92e66e04f7f51d37b465cff442ce47f6d6d7cadd (diff) | |
download | PeerTube-a2c5cd4a03cfe792a5f7341b33115002c448d3e4.tar.gz PeerTube-a2c5cd4a03cfe792a5f7341b33115002c448d3e4.tar.zst PeerTube-a2c5cd4a03cfe792a5f7341b33115002c448d3e4.zip |
Add reset button for file inputs in studio page
Diffstat (limited to 'client/src/app/+video-studio')
-rw-r--r-- | client/src/app/+video-studio/edit/video-studio-edit.component.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/src/app/+video-studio/edit/video-studio-edit.component.html b/client/src/app/+video-studio/edit/video-studio-edit.component.html index a9f34811f..acfc1a452 100644 --- a/client/src/app/+video-studio/edit/video-studio-edit.component.html +++ b/client/src/app/+video-studio/edit/video-studio-edit.component.html | |||
@@ -28,8 +28,8 @@ | |||
28 | <div class="form-group"> | 28 | <div class="form-group"> |
29 | <my-reactive-file | 29 | <my-reactive-file |
30 | formControlName="file" inputName="addIntroFile" i18n-inputLabel inputLabel="Select the intro video file" | 30 | formControlName="file" inputName="addIntroFile" i18n-inputLabel inputLabel="Select the intro video file" |
31 | [extensions]="videoExtensions" [displayFilename]="true" | 31 | [extensions]="videoExtensions" [displayFilename]="true" [displayReset]="true" |
32 | [ngbTooltip]="getIntroOutroTooltip()" | 32 | [buttonTooltip]="getIntroOutroTooltip()" |
33 | ></my-reactive-file> | 33 | ></my-reactive-file> |
34 | </div> | 34 | </div> |
35 | </div> | 35 | </div> |
@@ -42,8 +42,8 @@ | |||
42 | <div class="form-group"> | 42 | <div class="form-group"> |
43 | <my-reactive-file | 43 | <my-reactive-file |
44 | formControlName="file" inputName="addOutroFile" i18n-inputLabel inputLabel="Select the outro video file" | 44 | formControlName="file" inputName="addOutroFile" i18n-inputLabel inputLabel="Select the outro video file" |
45 | [extensions]="videoExtensions" [displayFilename]="true" | 45 | [extensions]="videoExtensions" [displayFilename]="true" [displayReset]="true" |
46 | [ngbTooltip]="getIntroOutroTooltip()" | 46 | [buttonTooltip]="getIntroOutroTooltip()" |
47 | ></my-reactive-file> | 47 | ></my-reactive-file> |
48 | </div> | 48 | </div> |
49 | </div> | 49 | </div> |
@@ -56,8 +56,8 @@ | |||
56 | <div class="form-group"> | 56 | <div class="form-group"> |
57 | <my-reactive-file | 57 | <my-reactive-file |
58 | formControlName="file" inputName="addWatermarkFile" i18n-inputLabel inputLabel="Select watermark image file" | 58 | formControlName="file" inputName="addWatermarkFile" i18n-inputLabel inputLabel="Select watermark image file" |
59 | [extensions]="imageExtensions" [displayFilename]="true" | 59 | [extensions]="imageExtensions" [displayFilename]="true" [displayReset]="true" |
60 | [ngbTooltip]="getWatermarkTooltip()" | 60 | [buttonTooltip]="getWatermarkTooltip()" |
61 | ></my-reactive-file> | 61 | ></my-reactive-file> |
62 | </div> | 62 | </div> |
63 | </div> | 63 | </div> |