From 1c5d24e5b5b2c3e506de13969d536aca0329eb04 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 28 Jun 2020 17:16:38 +0200 Subject: [PATCH] slight improvement for column size in imports table --- .../my-account-video-imports.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 8f0786bd0..c029aabba 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 @@ -7,11 +7,11 @@ - Target - Video - State - Created - + Target + Video + State + Created + @@ -40,7 +40,7 @@ {{ videoImport.state.label }} - {{ videoImport.createdAt }} + {{ videoImport.createdAt | date: 'short' }}