Skip to content

Commit

Permalink
Merge pull request #5334 from Hyperkid123/fix-VMRC-tab
Browse files Browse the repository at this point in the history
Swap ng-if with ng-show on VMRC Console in ems common.
  • Loading branch information
himdel authored Apr 15, 2019
2 parents 47af453 + 9465940 commit 2126217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
:basic_info_needed => true}
= miq_tab_content('console', 'default') do
.form-group
.col-md-12.col-md-12{"ng-if" => "#{ng_model}" == "emsCommonModel" && "#{ng_model}.emstype == 'vmwarews'"}
.col-md-12.col-md-12{"ng-show" => "#{ng_model}" == "emsCommonModel" && "#{ng_model}.emstype == 'vmwarews'"}
= render :partial => "layouts/angular-bootstrap/auth_credentials_angular_bootstrap",
:locals => {:ng_show => true,
:ng_model => "#{ng_model}",
Expand Down

0 comments on commit 2126217

Please sign in to comment.