% title _("Tasks") %> <% title_actions SETTINGS[:version].short <= '1.13' ? help_path : help_button %> <% stylesheet 'foreman_tasks/tasks' %>
<%= _("Action") %> | <%= _("State") %> | <%= _("Result") %> | <%= sort :started_at, :as => _("Started at") %> | <%= sort :ended_at, :as => _("Ended at") %> | <%= _("User") %> |
---|---|---|---|---|---|
<%= link_to_if_authorized(format_task_input(task, true), hash_for_foreman_tasks_task_path(:id => task)) %> | <%= task.state %> | <%= task.result %> | <%= task.started_at.try(:in_time_zone) %> | <%= task.ended_at.try(:in_time_zone) %> | <%= task.username %> |