Skip to content

Commit

Permalink
fix(core/amazon): don't show copy capacity options for create server …
Browse files Browse the repository at this point in the history
…group (#4301)
  • Loading branch information
tomaslin authored and anotherchrisberry committed Oct 23, 2017
1 parent 484c91a commit 7280c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</div>

<div class="form-group" ng-if="!$ctrl.command.viewState.readOnlyFields.useSourceCapacity">
<div class="form-group" ng-if="!$ctrl.command.viewState.readOnlyFields.useSourceCapacity && $ctrl.command.viewState.mode !== 'create'">
<div class="col-md-3 sm-label-right">Capacity</div>
<div class="col-md-9 radio">
<label>
Expand Down

0 comments on commit 7280c24

Please sign in to comment.