Sha256: 9c8f7cfac70dacabb6f191773874ca14bd2993dd90ca4221ffe0a37c1111d6fe

Contents?: true

Size: 1.29 KB

Versions: 6

Compression:

Stored size: 1.29 KB

Contents

<%# Copyright 2018 Tristan Robert

This file is part of TheForemanProxmox.

TheForemanProxmox is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

TheForemanProxmox is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with TheForemanProxmox. If not, see <http://www.gnu.org/licenses/>. %>

<% node = f.object.node rescue nil %>
<%= text_f f, :url, :help_block => _("e.g. https://127.0.0.1:8006/api2/json"), :help_inline_permanent => load_button_f(f, !!node, _("Test failed")) %>
<%= text_f f, :user , :help_block => _("e.g. root@pam") %>
<%= password_f f, :password, :keep_value => true, :unset => unset_password? %>
<%= checkbox_f f, :ssl_verify_peer, :label => _("SSL verify peer") %>
<%= textarea_f f, :ssl_certs, :label => _("X509 Certification Authorities"), :size => "col-md-8",
  :placeholder => _("Optionally provide a CA, or a correctly ordered CA chain. If left blank, disable ssl_verify_peer.") %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
the_foreman_proxmox-0.3.5 app/views/compute_resources/form/_proxmox.html.erb
the_foreman_proxmox-0.3.4 app/views/compute_resources/form/_proxmox.html.erb
the_foreman_proxmox-0.3.3 app/views/compute_resources/form/_proxmox.html.erb
the_foreman_proxmox-0.3.2 app/views/compute_resources/form/_proxmox.html.erb
the_foreman_proxmox-0.3.1 app/views/compute_resources/form/_proxmox.html.erb
the_foreman_proxmox-0.3.0 app/views/compute_resources/form/_proxmox.html.erb