|
|
|
@ -24,12 +24,12 @@ |
|
|
|
<ng-container matColumnDef="status"> |
|
|
|
<th |
|
|
|
*matHeaderCellDef |
|
|
|
class="d-none d-lg-table-cell px-1" |
|
|
|
class="d-none d-lg-table-cell gf-fit-content px-1" |
|
|
|
mat-header-cell |
|
|
|
></th> |
|
|
|
<td |
|
|
|
*matCellDef="let element" |
|
|
|
class="d-none d-lg-table-cell px-1" |
|
|
|
class="d-none d-lg-table-cell gf-fit-content px-1" |
|
|
|
mat-cell |
|
|
|
> |
|
|
|
<div class="d-flex justify-content-center"> |
|
|
|
@ -40,16 +40,25 @@ |
|
|
|
</td> |
|
|
|
<td |
|
|
|
*matFooterCellDef |
|
|
|
class="d-none d-lg-table-cell px-1" |
|
|
|
class="d-none d-lg-table-cell gf-fit-content px-1" |
|
|
|
mat-footer-cell |
|
|
|
></td> |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<ng-container matColumnDef="account"> |
|
|
|
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header="name"> |
|
|
|
<th |
|
|
|
*matHeaderCellDef |
|
|
|
class="gf-table-column-fill px-1" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header="name" |
|
|
|
> |
|
|
|
<ng-container i18n>Name</ng-container> |
|
|
|
</th> |
|
|
|
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell> |
|
|
|
<td |
|
|
|
*matCellDef="let element" |
|
|
|
class="gf-table-column-fill px-1 text-nowrap" |
|
|
|
mat-cell |
|
|
|
> |
|
|
|
<gf-entity-logo |
|
|
|
class="d-inline d-sm-none mr-1" |
|
|
|
[hasPlaceholder]="true" |
|
|
|
@ -93,7 +102,7 @@ |
|
|
|
</th> |
|
|
|
<td |
|
|
|
*matCellDef="let element" |
|
|
|
class="d-none d-lg-table-cell px-1" |
|
|
|
class="d-none d-lg-table-cell px-1 text-nowrap" |
|
|
|
mat-cell |
|
|
|
> |
|
|
|
<div class="d-flex"> |
|
|
|
@ -316,8 +325,16 @@ |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<ng-container matColumnDef="actions" stickyEnd> |
|
|
|
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell></th> |
|
|
|
<td *matCellDef="let element" class="px-1 text-center" mat-cell> |
|
|
|
<th |
|
|
|
*matHeaderCellDef |
|
|
|
class="gf-fit-content px-1 text-center" |
|
|
|
mat-header-cell |
|
|
|
></th> |
|
|
|
<td |
|
|
|
*matCellDef="let element" |
|
|
|
class="gf-fit-content px-1 text-center" |
|
|
|
mat-cell |
|
|
|
> |
|
|
|
<button |
|
|
|
class="mx-1 no-min-width px-2" |
|
|
|
mat-button |
|
|
|
@ -364,7 +381,7 @@ |
|
|
|
} |
|
|
|
</mat-menu> |
|
|
|
</td> |
|
|
|
<td *matFooterCellDef class="px-1" mat-footer-cell></td> |
|
|
|
<td *matFooterCellDef class="gf-fit-content px-1" mat-footer-cell></td> |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<tr *matHeaderRowDef="displayedColumns()" mat-header-row></tr> |
|
|
|
|