Sha256: a518b041e1a3ac20b400b97eb8c992c584704c3810fd2763633ddef025aac035

Contents?: true

Size: 925 Bytes

Versions: 3

Compression:

Stored size: 925 Bytes

Contents

<%= text_f f, :hostname, :label => _("Hostname") %>
<%= text_f f, :api_port, :label => _("API Port"), :required => true %>
<%= text_f f, :namespace, :label => _("Namespace"), :required => true %>
<%= password_f f, :password, :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

3 entries across 3 versions & 1 rubygems

Version Path
foreman_kubevirt-0.1.3 app/views/compute_resources/form/_kubevirt.html.erb
foreman_kubevirt-0.1.2 app/views/compute_resources/form/_kubevirt.html.erb
foreman_kubevirt-0.1.1 app/views/compute_resources/form/_kubevirt.html.erb