% if job_invocation.targeting.resolved_at %>
<%= _('Host') %> | <%= _('Provider') %> | <%= _('Status') %> | <%= _('Actions') %> |
---|---|---|---|
<%= link_to_if_authorized host.name, hash_for_host_path(host).merge(:auth_object => host, :permission => :view_hosts) %> | <%= remote_execution_provider_for(task) %> | <%= template_invocation_status(task) %> | <%= action_buttons(template_invocation_actions(task, host)) %> |