Sha256: 8dd85a1225c1f8740834357f5687f69ee972f2847a604e9383aea8d9a7472a43

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

<%# Copyright 2018 Tristan Robert

This file is part of ForemanFogProxmox.

ForemanFogProxmox 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.

ForemanFogProxmox 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 ForemanFogProxmox. 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

1 entries across 1 versions & 1 rubygems

Version Path
foreman_fog_proxmox-0.4.0 app/views/compute_resources/form/_proxmox.html.erb