aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-14 14:55:43 +0100
committerChocobozzz <me@florianbigard.com>2019-01-14 15:01:08 +0100
commit674a66bbda7ceb7aed3c2e6aefddc2793207d94b (patch)
tree9ed3ce63e70f7b2842f2f3f8b98da0e81a7f052f /client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
parent699b059e2d6cdd09685a69261f2ca5cf63053a71 (diff)
downloadPeerTube-674a66bbda7ceb7aed3c2e6aefddc2793207d94b.tar.gz
PeerTube-674a66bbda7ceb7aed3c2e6aefddc2793207d94b.tar.zst
PeerTube-674a66bbda7ceb7aed3c2e6aefddc2793207d94b.zip
Add unload listener on video upload/update
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.html4
1 files changed, 4 insertions, 0 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 289a28c66..826e54d25 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
@@ -42,6 +42,10 @@
42 {{ error }} 42 {{ error }}
43</div> 43</div>
44 44
45<div *ngIf="videoUploaded && !error" class="alert alert-info" i18n>
46 Congratulations! Your video is now available in your private library.
47</div>
48
45<!-- Hidden because we want to load the component --> 49<!-- Hidden because we want to load the component -->
46<form [hidden]="!isUploadingVideo" novalidate [formGroup]="form"> 50<form [hidden]="!isUploadingVideo" novalidate [formGroup]="form">
47 <my-video-edit 51 <my-video-edit