|
|
@ -187,17 +187,12 @@ |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|
<ng-container matColumnDef="createdAt"> |
|
|
<ng-container matColumnDef="createdAt"> |
|
|
<th *matHeaderCellDef class="px-1 text-right" mat-header-cell> |
|
|
<th *matHeaderCellDef class="px-1" mat-header-cell> |
|
|
<ng-container i18n>Creation</ng-container> |
|
|
<ng-container i18n>Creation</ng-container> |
|
|
</th> |
|
|
</th> |
|
|
<td |
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
*matCellDef="let element" |
|
|
|
|
|
class="px-1 text-right" |
|
|
|
|
|
mat-cell |
|
|
|
|
|
> |
|
|
|
|
|
@if (element.createdAt) { |
|
|
@if (element.createdAt) { |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="d-inline-block justify-content-end" |
|
|
|
|
|
[isDate]="true" |
|
|
[isDate]="true" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="element.createdAt" |
|
|
[value]="element.createdAt" |
|
|
|