Sha256: 9523297c9018a24771e79f2ac30ccd95148a2e400609050cb5a7cfaae7634647

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 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/>. %>

<tr>
  <td><%= _("URL") %></td>
  <td><%= @compute_resource.url %></td>
</tr>
<tr>
  <td><%= _("Version") %></td>
  <td><%= @compute_resource.version%></td>
</tr>
<tr>
  <td><%= _("Token has expired?") %></td>
  <td><%= @compute_resource.token_expired?%></td>
</tr>
<tr>
  <td><%= _("Token expires on") %></td>
  <td><%= @compute_resource.token_deadline%></td>
</tr>
<tr>
  <td><%= _("Cluster nodes") %></td>
  <td><%= @compute_resource.nodes.collect { |node| node.node }%></td>
</tr>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_fog_proxmox-0.12.4 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.12.2 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.12.1 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.12.0 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.11.1 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.11.0 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.10.2 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.10.1 app/views/compute_resources/show/_proxmox.html.erb
foreman_fog_proxmox-0.10.0 app/views/compute_resources/show/_proxmox.html.erb