Sha256: f974ac748e315b5d3cb5f800abfd2279b6aee5c9bda6e8c206793bb2a567e688

Contents?: true

Size: 474 Bytes

Versions: 9

Compression:

Stored size: 474 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_discovery-11.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-9.1.5 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-9.1.4 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-10.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-9.1.3 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-9.1.2 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-9.1.1 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-9.1.0 app/views/dashboard/_discovery_widget_host_list.html.erb
foreman_discovery-9.0.0 app/views/dashboard/_discovery_widget_host_list.html.erb