Skip to content

Commit

Permalink
Swap ng-if with ng-show on VMRC Console in ems common.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Apr 10, 2019
1 parent eae6a67 commit 9465940
Showing 1 changed file with 1 addition and 1 deletion.
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 9465940

Please sign in to comment.