slight improvement for column size in imports table

pull/2915/head
Rigel Kent 2020-06-28 17:16:38 +02:00
parent d473fd94ce
commit 1c5d24e5b5
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 6 additions and 6 deletions

View 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>