Skip to content

Commit

Permalink
Merge pull request #1455 from chalettu/snapshot-memory
Browse files Browse the repository at this point in the history
BZ#1600043  - Snapshot modal. Add support to hide memory checkbox
  • Loading branch information
AllenBW authored Jul 12, 2018
2 parents 8bbdd5e + ab16a14 commit 43d501a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class="modal-title" id="myModalLabel" translate>Create Snapshot</h4>
<pf-form-group pf-input-class="col-sm-8" pf-label-class="col-sm-3" pf-label="{{'Name *'|translate}}" required>
<input id="name" name="name" ng-model="vm.modalData.name" type="text" required/>
</pf-form-group>
<pf-form-group pf-input-class="col-sm-8" pf-label-class="col-sm-3" pf-label="{{'Memory'|translate}}">
<pf-form-group pf-input-class="col-sm-8" ng-show="vm.vm.power_state ==='on'" pf-label-class="col-sm-3" pf-label="{{'Memory'|translate}}">
<input id="memory" name="memory" ng-model="vm.modalData.memory" type="checkbox"/>
</pf-form-group>
<pf-form-group pf-input-class="col-sm-8" pf-label-class="col-sm-3" pf-label="{{'Description'|translate}}">
Expand Down

0 comments on commit 43d501a

Please sign in to comment.