Sha256: 931eb9d8bc994dcae2b0ea677ad0dc52fbfd4c015c321b8dcbc2dfe31d7bb6d1
Contents?: true
Size: 428 Bytes
Versions: 5
Compression:
Stored size: 428 Bytes
Contents
<table class="table table-striped ellipsis"> <thead> <th><%= _('Host') %></th> <th><%= _('Model') %></th> <th><%= _('IP Address') %></th> <th><%= _('CPUs') %></th> <th><%= _('Memory') %></th> </thead> <tbody> <% hosts.each do |host| %> <tr> <%= render :partial => "discovered_hosts/discovered_host", :locals => { :host => host, :hide_disk => true } %> </tr> <% end %> </tbody> </table>
Version data entries
5 entries across 5 versions & 1 rubygems