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