% if job_invocation.resolved? %> <%= form_tag job_invocation_path(job_invocation), :method => "get",:id =>"search-form" do %>
<%= sort :name, :as => _('Host') %> | <%= _('Provider') %> | <%= _('Status') %> | <%= _('Actions') %> |
---|---|---|---|
<%= link_to_if_authorized host.name, hash_for_host_path(host).merge(:auth_object => host, :permission => :view_hosts) %> | <%= render('host_provider_td', :host => host, :task => task) %> <%= render('host_status_td', :host => host, :task => task) %> <%= render('host_actions_td', :host => host, :task => task) %>