diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html index 386e8fa..7019045 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html @@ -2,25 +2,27 @@ Choose the jump type - Option 1 - Option 2 (disabled) - Option 3 + + {{jumpType.name}} + Choose the aircraft - Option 1 - Option 2 + + {{aircraft.name}} + Choose the DZ - Option 1 - Option 2 + + {{dropZone.name}} + @@ -34,12 +36,6 @@ With a cutaway ? - - @@ -67,7 +63,6 @@ -