Sha256: 287b2361acd365be347c269170bbb0168fd88391bcc934ad8b397b47fee5987c

Contents?: true

Size: 821 Bytes

Versions: 19

Compression:

Stored size: 821 Bytes

Contents

<% td_style = "text-align: left; border-collapse: collapse; background-color: #FFFFFF; padding: 4px; border: 1px solid #cccccc;" %>
<td style="<%= td_style%>">
  <%= link_to host, discovered_host_path(:id => host, :host => @url.host, :port => @url.port, :only_path => false, :protocol => @url.scheme) %>
</td>
<td style="<%= td_style%>"><%= host.try(:hardware_model_name) || 'N/A' %></td>
<td style="<%= td_style%>"><%= host.ip %></td>
<td style="<%= td_style%>"><%= discovery_attribute(host, :cpu_count) %></td>
<td style="<%= td_style%>"><%= number_to_human_size(discovery_attribute(host, :memory, 0) * 1024 * 1024) %></td>
<td style="<%= td_style%>"><%= discovery_attribute(host, :disk_count) %></td>
<td style="<%= td_style%>"><%= number_to_human_size(discovery_attribute(host, :disks_size, 0) * 1024 * 1024) %></td>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
foreman_discovery-14.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-13.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-12.0.2 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-12.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-12.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-11.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-9.1.5 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-9.1.4 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-10.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-9.1.3 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-9.1.2 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-9.1.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-9.1.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-9.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-8.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-8.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-7.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-7.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-6.0.0 app/views/discovered_mailer/_discovered_host.html.erb