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

Version Path
foreman_discovery-4.1.2 app/views/discovered_hosts/show.html.erb
foreman_discovery-4.1.1 app/views/discovered_hosts/show.html.erb
foreman_discovery-4.1.0 app/views/discovered_hosts/show.html.erb
foreman_discovery-4.0.0 app/views/discovered_hosts/show.html.erb
foreman_discovery-2.0.2 app/views/discovered_hosts/show.html.erb
foreman_discovery-2.0.1 app/views/discovered_hosts/show.html.erb
foreman_discovery-3.0.0 app/views/discovered_hosts/show.html.erb
foreman_discovery-2.0.0 app/views/discovered_hosts/show.html.erb
foreman_discovery-2.0.0.rc2 app/views/discovered_hosts/show.html.erb
foreman_discovery-2.0.0.rc1 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.4.1 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.4.0 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.4.0.rc4 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.4.0.rc3 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.4.0.rc2 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.4.0.rc1 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.3.0 app/views/discovered_hosts/show.html.erb
foreman_discovery-1.3.0.rc3 app/views/discovered_hosts/show.html.erb