Sha256: 8440cc53f0dada71212e5bb5eb58974d9316e13103064eb05437a3174277b604

Contents?: true

Size: 422 Bytes

Versions: 5

Compression:

Stored size: 422 Bytes

Contents

<td><%= discovery_status_icon(host) %>&#8239;<%= link_to 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"><%= discovery_attribute(host, :cpu_count) %></td>
<td class="hidden-tablet hidden-xs"><%= number_to_human_size(discovery_attribute(host, :memory, 0) * 1024 * 1024) %></td>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-8.0.1 app/views/dashboard/_discovery_widget_host.html.erb
foreman_discovery-8.0.0 app/views/dashboard/_discovery_widget_host.html.erb
foreman_discovery-7.0.1 app/views/dashboard/_discovery_widget_host.html.erb
foreman_discovery-7.0.0 app/views/dashboard/_discovery_widget_host.html.erb
foreman_discovery-6.0.0 app/views/dashboard/_discovery_widget_host.html.erb