Skip to content

Commit

Permalink
fix(google): Resolved typo errors in GCE Autoscaler feature (#9947)
Browse files Browse the repository at this point in the history
  • Loading branch information
SusmithaGundu committed Feb 20, 2023
1 parent b247b01 commit 2250a47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<div class="row">
<div class="col-md-3 sm-label-right">Additional Filter Expression</div>
<div class="col-md-3 content-fields">
<input class="form-control input-sm" ng-model="custom.additionalFilter" />
<input class="form-control input-sm" ng-model="custom.filter" />
</div>
</div>

Expand Down Expand Up @@ -151,7 +151,7 @@
name="singleInstanceAssignment"
class="form-control input-sm"
required
ng-model="custom.singleInstaceAssignment"
ng-model="custom.singleInstanceAssignment"
min="0"
/>
</div>
Expand Down

0 comments on commit 2250a47

Please sign in to comment.