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

Loading…
Cancel
Save