Deface::Override.new(:virtual_path => "dashboard/_status_table",
:name => "add_dashboard_table",
:insert_after => "ul:last",
:text => ("
-
<%= link_to(_('Unassigned hosts'), discovers_path, :class=>'dashboard-links' ) %>
<%= Host::Discovered.count %>
"))
# strings used above, for the purposes of extraction only, as they're not
# detected within the full override template string above
N_('Host Pool')
N_('Unassigned hosts')