Skip to content

Commit

Permalink
Trusted CA Certificates now affects required validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio committed Mar 14, 2017
1 parent 7413410 commit 1a2d639
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -168,7 +168,8 @@
"ng-disabled" => "emsCommonModel.emstype == 'rhevm' && !#{ng_model}.#{prefix}_tls_verify",
"ng-required" => false,
"ng-trim" => false,
"prefix" => "#{prefix}"}
"prefix" => "#{prefix}",
"reset-validation-status" => "#{prefix}_auth_status"}
%span.help-block
= _("Paste here the trusted CA certificates, in PEM format.")

Expand Down

0 comments on commit 1a2d639

Please sign in to comment.