Browse Source

fix(ui): remove alignment

pull/4998/head
KenTandrian 1 week ago
committed by Thomas Kaul
parent
commit
1344e1a8f0
  1. 4
      apps/client/src/app/components/admin-settings/admin-settings.component.html

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

@ -86,10 +86,10 @@
</ng-container>
<ng-container matColumnDef="status">
<th *matHeaderCellDef class="px-1 py-2 text-center" mat-header-cell>
<th *matHeaderCellDef class="px-1 py-2" mat-header-cell>
<ng-container i18n>Status</ng-container>
</th>
<td *matCellDef="let element" class="px-1 py-2 text-center" mat-cell>
<td *matCellDef="let element" class="px-1 py-2" mat-cell>
<gf-data-provider-status [dataSource]="element.dataSource" />
</td>
</ng-container>

Loading…
Cancel
Save