Skip to content

Commit

Permalink
Reoder the conditions for the "Trusted CA Certificates"
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio committed Mar 2, 2017
1 parent dd82a94 commit 4d6ad1f
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -151,10 +151,11 @@
"prefix" => "#{prefix}"}

%div{"ng-if" => defined?(tls_ca_certs_hide) ? false : true}
.form-group{"ng-if"=> "emsCommonModel.emstype == 'rhevm' || " + |
"((emsCommonModel.ems_controller == 'ems_container' || " + |
"emsCommonModel.emstype == 'hawkular') && " + |
" emsCommonModel.#{prefix}_security_protocol == 'ssl-with-validation-custom-ca')"} |
.form-group{"ng-if"=> "emsCommonModel.emstype == 'rhevm' || " + |
"(emsCommonModel.ems_controller == 'ems_container' && " + |
" emsCommonModel.#{prefix}_security_protocol == 'ssl-with-validation-custom-ca') || " |
"(emsCommonModel.emstype == 'hawkular' && " + |
" emsCommonModel.#{prefix}_security_protocol == 'ssl-with-validation-custom-ca')"} |
%label.col-md-2.control-label{"for" => "#{prefix}_tls_ca_certs"}
= _('Trusted CA Certificates')
.col-md-4
Expand Down

0 comments on commit 4d6ad1f

Please sign in to comment.