Sha256: 6445c3d1197ee185ccd86e418a659159996372b729d9ee72d344989e6af58e2e

Contents?: true

Size: 388 Bytes

Versions: 7

Compression:

Stored size: 388 Bytes

Contents

<% title "Discovered Host: #{@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><%= fact[1] %></td>
    </tr>
  <% end -%>
</table>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_discovery-1.1.1 app/views/discovers/show.html.erb
foreman_discovery-1.0.2 app/views/discovers/show.html.erb
foreman_discovery-1.0.0 app/views/discovers/show.html.erb
foreman_discovery-1.0.0.rc4 app/views/discovers/show.html.erb
foreman_discovery-1.0.0.rc3 app/views/discovers/show.html.erb
foreman_discovery-1.0.0.rc2 app/views/discovers/show.html.erb
foreman_discovery-1.0.0.rc1 app/views/discovers/show.html.erb