aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html')
-rw-r--r--client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html7
1 files changed, 6 insertions, 1 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 98a2039cc..854126443 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
@@ -45,7 +45,12 @@
45 <ng-container *ngIf="isVideoImportFailed(videoImport)"></ng-container> 45 <ng-container *ngIf="isVideoImportFailed(videoImport)"></ng-container>
46 </td> 46 </td>
47 47
48 <td>{{ videoImport.state.label }}</td> 48 <td>
49 <span class="badge" [ngClass]="getVideoImportStateClass(videoImport.state)">
50 {{ videoImport.state.label }}
51 </span>
52 </td>
53
49 <td>{{ videoImport.createdAt | date: 'short' }}</td> 54 <td>{{ videoImport.createdAt | date: 'short' }}</td>
50 55
51 <td class="action-cell"> 56 <td class="action-cell">