aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-13 01:29:11 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-13 01:43:52 +0100
commitdf8914c9a2d6dbb435460b9e252a771cac47880b (patch)
tree7413eaf0012ed91354a1471f1252e09cf7685bb6 /client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
parentc547bbf96a46166c4b4548413b092c58f7b0e37a (diff)
downloadPeerTube-df8914c9a2d6dbb435460b9e252a771cac47880b.tar.gz
PeerTube-df8914c9a2d6dbb435460b9e252a771cac47880b.tar.zst
PeerTube-df8914c9a2d6dbb435460b9e252a771cac47880b.zip
More modern avatar upload, quota represented with progress bars
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add-components/video-upload.component.html')
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-upload.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
index 0f904affb..bdbc2a2cb 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
+++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
@@ -68,7 +68,7 @@
68</div> 68</div>
69 69
70<!-- Hidden because we want to load the component --> 70<!-- Hidden because we want to load the component -->
71<form [hidden]="!isUploadingVideo" novalidate [formGroup]="form"> 71<form [hidden]="!isUploadingVideo" novalidate [formGroup]="form" class="mb-3">
72 <my-video-edit 72 <my-video-edit
73 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" 73 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions"
74 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels" 74 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels"