Sha256: 79072dc7462428efab4854ab5c9b40a7ae807ee60b3c066780b571d95febcabe

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

<% title(_("Discovered host: %s") % @host.to_label) %>

<%= discovers_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

3 entries across 3 versions & 1 rubygems

Version Path
foreman_discovery-1.3.0.rc2 app/views/discovers/show.html.erb
foreman_discovery-1.3.0.rc1 app/views/discovers/show.html.erb
foreman_discovery-1.2.0 app/views/discovers/show.html.erb