Sha256: a6a09228531de4ba1c478385b509e9daf07cf8cb4df944f5953ad87076cc2d15

Contents?: true

Size: 820 Bytes

Versions: 51

Compression:

Stored size: 820 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_url(: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

51 entries across 51 versions & 1 rubygems

Version Path
foreman_discovery-25.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-25.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-24.0.2 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-23.0.2 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-24.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-24.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-23.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-23.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-22.0.4 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-21.0.5 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-22.0.2 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-21.0.4 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-21.0.3 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-21.0.2 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-19.0.5 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-19.0.4 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-21.0.1 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-19.0.3 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-21.0.0 app/views/discovered_mailer/_discovered_host.html.erb
foreman_discovery-19.0.2 app/views/discovered_mailer/_discovered_host.html.erb