Sha256: 0f8cf90f818f581d3486cbfe94c750e8e32ee5e9f08eabbe92e7c5c05e5d31d5

Contents?: true

Size: 987 Bytes

Versions: 5

Compression:

Stored size: 987 Bytes

Contents

<table class="table table-bordered table-striped">
  <tr>
    <th><%= _('Details') %></th>
  </tr>
  <tr>
    <td>
      <%= link_to_if_authorized(_("Audits"), hash_for_host_audits_path(:host_id => @host), :title => _("Host audit entries") , :class => 'btn') %>
      <%= link_to_if_authorized(_("Facts"), hash_for_host_facts_path(:host_id => @host), :title => _("Browse host facts") , :class => 'btn') %>
      <%= link_to_if_authorized(_("Reports"), hash_for_host_reports_path(:host_id => @host), :title => _("Browse host reports") , :class => 'btn') %>
      <%= link_to(_("YAML"), externalNodes_host_path(:name => @host), :title => _("Puppet external nodes YAML dump") , :class => 'btn') %>
    </td>
  </tr>
</table>
<table class="table table-bordered table-striped">
  <tr>
    <th><%= _('Properties') %></th>
    <th></th>
  </tr>
  <% overview_fields(host).each do |name, value| -%>
    <tr>
      <td><%= name %></td>
      <td><%= value %></td>
    </tr>
  <% end -%>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/hosts/_overview.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/hosts/_overview.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/hosts/_overview.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/hosts/_overview.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/hosts/_overview.html.erb