Sha256: c80db37c12c03d7be19c5cd9552fd5496b9a3726fedc44816d9a7e6f30d30ecd
Contents?: true
Size: 431 Bytes
Versions: 2
Compression:
Stored size: 431 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><%= fact[1] %></td> </tr> <% end -%> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_discovery-1.2.0.rc2 | app/views/discovers/show.html.erb |
foreman_discovery-1.2.0.rc1 | app/views/discovers/show.html.erb |