<% title _("Tasks") %> <% title_actions csv_link, help_button %> <% stylesheet 'foreman_tasks/tasks' %> <% for task in @tasks %> <% end %>
<%= _("Action") %> <%= _("State") %> <%= _("Result") %> <%= sort :started_at, :as => _("Started at") %> <%= sort :ended_at, :as => _("Ended at") %> <%= _("User") %>
<%= link_to_if_authorized(format_task_input(task), hash_for_foreman_tasks_task_path(:id => task)) %> <%= task.state %> <%= _("(Disabled)") if task.frozen %> <%= task.result %> <%= task.started_at.try(:in_time_zone) %> <%= task.ended_at.try(:in_time_zone) %> <%= task.username %>
<%= will_paginate_with_info @tasks %>