Sha256: 19a2f54e5b97e6f6df44ebccde2eed496b214458fe955253135f83cd71077bc1

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

Deface::Override.new(:virtual_path => "dashboard/_status_table",
                     :name => "add_dashboard_table",
                     :insert_after => "ul:last",
                   :text => '
<h4 class="header"><%= "Host Pool" -%></h4>
<ul>
  <li>
    <%= link_to("Unassigned Hosts", discovers_path, :class=>"dashboard-links" ) %>
    <h4><%= Host::Discovered.count %></h4>
  </li>
</ul>')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_discovery-1.1.1 app/overrides/add_dashboard_table.rb
foreman_discovery-1.0.2 app/overrides/add_dashboard_table.rb
foreman_discovery-1.0.0 app/overrides/add_dashboard_table.rb