mirror of https://github.com/Chocobozzz/PeerTube
slight improvement for column size in imports table
parent
d473fd94ce
commit
1c5d24e5b5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue