]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html
slight improvement for column size in imports table
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-imports / my-account-video-imports.component.html
index 8f0786bd0d782ad142c1fbbd9f1bca87e7cb8d10..c029aabba227eba59e700259a870aeef09b7d8d3 100644 (file)
@@ -7,11 +7,11 @@
   <ng-template pTemplate="header">
     <tr>
       <th style="width: 40px;"></th>
-      <th i18n>Target</th>
-      <th i18n>Video</th>
-      <th i18n style="width: 150px">State</th>
-      <th i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
-      <th></th>
+      <th style="width: 45%" i18n>Target</th>
+      <th style="width: 55%" i18n>Video</th>
+      <th style="width: 150px" i18n>State</th>
+      <th style="width: 150px" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
+      <th style="width: 60px"></th>
     </tr>
   </ng-template>
 
@@ -40,7 +40,7 @@
       </td>
 
       <td>{{ videoImport.state.label }}</td>
-      <td>{{ videoImport.createdAt }}</td>
+      <td>{{ videoImport.createdAt | date: 'short' }}</td>
 
       <td class="action-cell">
         <my-edit-button *ngIf="isVideoImportSuccess(videoImport) && videoImport.video" [routerLink]="getEditVideoUrl(videoImport.video)"></my-edit-button>