From ed31c059851a30bd5ba9999f8ecb3822d576b9f4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 2 Aug 2018 17:48:50 +0200 Subject: Add ability to list video imports --- .../my-account-video-imports.component.html | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html (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 new file mode 100644 index 000000000..74ca33fa3 --- /dev/null +++ b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html @@ -0,0 +1,37 @@ + + + + URL + Video + State + Created + + + + + + + + {{ videoImport.targetUrl }} + + + + {{ videoImport.video.name }} + + + {{ videoImport.video.name }} + + + + {{ videoImport.state.label }} + {{ videoImport.createdAt }} + + + + + + + -- cgit v1.2.3