|
|
@ -100,12 +100,7 @@ |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|
<ng-container matColumnDef="status"> |
|
|
<ng-container matColumnDef="status"> |
|
|
<th |
|
|
<th *matHeaderCellDef class="px-1" mat-header-cell> |
|
|
*matHeaderCellDef |
|
|
|
|
|
class="px-1" |
|
|
|
|
|
mat-header-cell |
|
|
|
|
|
mat-sort-header="dataSource" |
|
|
|
|
|
> |
|
|
|
|
|
<ng-container i18n>Status</ng-container> |
|
|
<ng-container i18n>Status</ng-container> |
|
|
</th> |
|
|
</th> |
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
@ -121,7 +116,7 @@ |
|
|
<ng-container matColumnDef="assetProfileCount"> |
|
|
<ng-container matColumnDef="assetProfileCount"> |
|
|
<th |
|
|
<th |
|
|
*matHeaderCellDef |
|
|
*matHeaderCellDef |
|
|
class="px-1 text-right" |
|
|
class="justify-content-end px-1" |
|
|
mat-header-cell |
|
|
mat-header-cell |
|
|
mat-sort-header="assetProfileCount" |
|
|
mat-sort-header="assetProfileCount" |
|
|
> |
|
|
> |
|
|
|