From d7f83948a1af0ef3bed61f83e87e826902c96f7d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Aug 2018 09:27:30 +0200 Subject: Correctly handle video import errors --- .../my-account-video-imports.component.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html') diff --git a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html index 74ca33fa3..00b2d7cb0 100644 --- a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html +++ b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html @@ -1,9 +1,10 @@ + URL Video State @@ -12,8 +13,14 @@ - + + + + + + + {{ videoImport.targetUrl }} @@ -34,4 +41,12 @@ + + + + +
{{ videoImport.error }}
+ + +
-- cgit v1.2.3