Sha256: e7a3d44cfc12748f5699a13779769e776bfa2a9ba6a7f9709f96933b2048c13d

Contents?: true

Size: 885 Bytes

Versions: 56

Compression:

Stored size: 885 Bytes

Contents

<td class="ellipsis"><%= link_to (discovery_status_icon(host) + '&nbsp;'.html_safe + trunc_with_tooltip(h(host.name))), discovered_host_path(host) %></td>
<td class="hidden-tablet hidden-xs"><%= host.try(:hardware_model_name) || 'N/A' %></td>
<td class="hidden-tablet hidden-xs"><%= host.ip %></td>
<td class="hidden-tablet hidden-xs"><%= discovery_attribute(host, :cpu_count) %></td>
<td class="hidden-tablet hidden-xs"><%= number_to_human_size(discovery_attribute(host, :memory, 0) * 1024 * 1024) %></td>
<td class="hidden-tablet hidden-xs"><%= discovery_attribute(host, :disk_count) %></td>
<td class="hidden-tablet hidden-xs"><%= number_to_human_size(discovery_attribute(host, :disks_size, 0) * 1024 * 1024) %></td>
<%
  Setting::Discovered.discovery_fact_column_array.each do |name|
%>
<td class="hidden-tablet hidden-xs"><%= @host_facts[host.id][name] || 'N/A' %></td>
<% end %>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
foreman_discovery-21.0.5 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-22.0.2 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-21.0.4 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-21.0.3 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-21.0.2 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-19.0.5 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-19.0.4 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-21.0.1 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-19.0.3 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-21.0.0 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-19.0.2 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-20.0.1 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-20.0.0 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-19.0.1 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-19.0.0 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-18.0.5 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-18.0.4 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-18.0.3 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-17.0.5 app/views/discovered_hosts/_discovered_host.html.erb
foreman_discovery-18.0.2 app/views/discovered_hosts/_discovered_host.html.erb