Browse Source

Refactoring

pull/6476/head
David Requeno 4 weeks ago
parent
commit
c70e6d4578
  1. 9
      apps/client/src/app/components/admin-settings/admin-settings.component.html

9
apps/client/src/app/components/admin-settings/admin-settings.component.html

@ -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"
> >

Loading…
Cancel
Save