Add the jump type name in the table
This commit is contained in:
@@ -39,6 +39,13 @@
|
||||
</td>
|
||||
</ng-container>
|
||||
|
||||
<ng-container matColumnDef="jumpType">
|
||||
<th mat-header-cell *matHeaderCellDef>Jump Type</th>
|
||||
<td mat-cell *matCellDef="let element">
|
||||
<span class="smallSpanWithBreakWord" [innerHTML]="element.jumpType.name"></span>
|
||||
</td>
|
||||
</ng-container>
|
||||
|
||||
<ng-container matColumnDef="nbMinutes">
|
||||
<th mat-header-cell *matHeaderCellDef>Minutes</th>
|
||||
<td mat-cell *matCellDef="let element">
|
||||
|
||||
@@ -26,6 +26,7 @@ export class ListOfTunnelFlightsComponent implements OnInit {
|
||||
public displayedColumns: Array<string> = [
|
||||
"id",
|
||||
"tunnel",
|
||||
"jumpType",
|
||||
"nbMinutes",
|
||||
"notes",
|
||||
"flightDate"
|
||||
|
||||
Reference in New Issue
Block a user