Sha256: afae843b665a1568f9787699314e4f96a43cf7b17d7393264d2900346bb6c29e

Contents?: true

Size: 941 Bytes

Versions: 1

Compression:

Stored size: 941 Bytes

Contents

<%= text_f f, :hostname, :label => _("Hostname"), :required => true %>
<%= text_f f, :api_port, :label => _("API Port"), :required => true %>
<%= text_f f, :namespace, :label => _("Namespace"), :required => true %>
<%= password_f f, :token, :label => _("Token"), :required => true,
              :keep_value => true, :unset => unset_password?,
              :help_block => _("e.g. eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9..."),
              :help_inline => documentation_button('/foreman_kubevirt/0.x/index.html#4.1SettingComputeResourceTokenandX509CAvalues',
                                                   root_url: 'https://theforeman.org/plugins') %>

<%= textarea_f f, :ca_cert, :label => _("X509 Certification Authorities"),
  :placeholder => _("Optionally provide a CA, or a correctly ordered CA chain or a path to a file. If left blank - insecure.") %>

 <div class="col-md-offset-2">
   <%= test_connection_button_f(f, true) %>
 </div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_kubevirt-0.1.4 app/views/compute_resources/form/_kubevirt.html.erb