Browse Source

Formatted the code

pull/2444/head
Basim Mohammed 2 years ago
committed by Thomas
parent
commit
35fa2c4b65
  1. 4
      apps/client/src/app/components/admin-jobs/admin-jobs.html

4
apps/client/src/app/components/admin-jobs/admin-jobs.html

@ -15,7 +15,9 @@
</form> </form>
<table class="gf-table w-100" mat-table [dataSource]="dataSource"> <table class="gf-table w-100" mat-table [dataSource]="dataSource">
<ng-container matColumnDef="index"> <ng-container matColumnDef="index">
<th *matHeaderCellDef class="px-1 py-2 text-right" mat-header-cell>#</th> <th *matHeaderCellDef class="px-1 py-2 text-right" mat-header-cell>
#
</th>
<td *matCellDef="let element" class="px-1 py-2 text-right" mat-cell> <td *matCellDef="let element" class="px-1 py-2 text-right" mat-cell>
{{ element.id }} {{ element.id }}
</td> </td>

Loading…
Cancel
Save