Sha256: a58d520b9d59fddbd14e8a4de59c6dde78af3172f5e25147c82ce097e778a962

Contents?: true

Size: 363 Bytes

Versions: 12

Compression:

Stored size: 363 Bytes

Contents

<table class="table table-striped ellipsis">
  <thead>
  <th><%= _('Host') %></th>
  <th><%= _('Model') %></th>
  <th><%= _('CPUs') %></th>
  <th><%= _('Memory') %></th>
  </thead>
  <tbody>
  <% hosts.each do |host| %>
    <tr>
      <%= render :partial => "discovery_widget_host", :locals => {
        :host => host } %>
  </tr>
  <% end %>
  </tbody>
</table>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_discovery-8.0.1 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-8.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-7.0.1 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-7.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-6.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-5.0.2 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-5.0.1 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-5.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-4.1.2 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-4.1.1 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-4.1.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-4.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb