Skip to content

Commit

Permalink
Use Subnet ID during cluster creation (#1119) (#1130)
Browse files Browse the repository at this point in the history
(cherry picked from commit 609ab6c)
  • Loading branch information
mrIncompetent authored Mar 19, 2019
1 parent 2a3d3f0 commit b355a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div fxFlex class="mat-select-container" *ngIf="!hideOptional">
<mat-form-field>
<mat-select [placeholder]="getSubnetIDFormState()" formControlName="subnetId">
<mat-option *ngFor="let subnet of subnetIds" [value]="subnet.name">
<mat-option *ngFor="let subnet of subnetIds" [value]="subnet.id">
{{subnet.name}}
</mat-option>
</mat-select>
Expand Down

0 comments on commit b355a65

Please sign in to comment.