Sha256: e7a3d44cfc12748f5699a13779769e776bfa2a9ba6a7f9709f96933b2048c13d
Contents?: true
Size: 885 Bytes
Versions: 56
Compression:
Stored size: 885 Bytes
Contents
<td class="ellipsis"><%= link_to (discovery_status_icon(host) + ' '.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