Sha256: 9246538ef6bc170af95d55a575e42c8a8c2f202e1715a7ec7253342f45b4ba11
Contents?: true
Size: 464 Bytes
Versions: 18
Compression:
Stored size: 464 Bytes
Contents
<% title(_("Discovered host: %s") % @host.to_label) %> <%= discovered_hosts_title_actions(@host) %> <h3><%= _('Facts discovered on this host') -%></h3> <table class="table table-bordered table-striped table-condensed"> <tr> <th><%= _('Fact') -%></th> <th><%= _('Value') -%></th> <% @host.facts_hash.sort.each do |fact| -%> <tr> <td><%= fact[0] %></td> <td><%= truncate(fact[1], :length => 100) %></td> </tr> <% end -%> </table>
Version data entries
18 entries across 18 versions & 1 rubygems