% title _("Tasks") %> <% title_actions help_path%>
<%= _("Action") %> | <%= _("State") %> | <%= _("Result") %> | <%= sort :started_at, :as => _("Started at") %> | <%= _("User") %> |
---|---|---|---|---|
<%= link_to_if_authorized(trunc_with_tooltip(format_task_input(task, true), 80), hash_for_foreman_tasks_task_path(:id => task)) %> | <%= task.state %> | <%= task.result %> | <%= task.started_at %> | <%= task.username %> |