Sha256: 808ac588a8eb6a34222052805cb3a79130cf84a1603e11a5257aef9c5168d13e
Contents?: true
Size: 482 Bytes
Versions: 55
Compression:
Stored size: 482 Bytes
Contents
<table class="<%= table_css_classes('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
55 entries across 55 versions & 1 rubygems