Modifs de styles sur les tableaux
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
</table>
|
||||
</div>
|
||||
<div>
|
||||
<label>By Rig</label>
|
||||
<table mat-table [dataSource]="dsNbJumpByRig">
|
||||
<label>By gear</label>
|
||||
<table mat-table [dataSource]="dsNbJumpByGear">
|
||||
<ng-container matColumnDef="label">
|
||||
<td mat-cell *matCellDef="let element">{{element.label}}</td>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user