app/views/foreman_tasks/tasks/index.html.erb in foreman-tasks-0.6.12 vs app/views/foreman_tasks/tasks/index.html.erb in foreman-tasks-0.6.13
- old
+ new
@@ -1,12 +1,9 @@
<% title _("Tasks") %>
<% title_actions help_path%>
<style>
- .task-id {
- white-space: nowrap;
- }
.param-name {
display: inline-block;
width: 10em;
}
@@ -35,10 +32,10 @@
<th><%= _("User") %></th>
</tr>
<% for task in @tasks %>
<tr>
<td class="task-id two-pane-link">
- <%= link_to_if_authorized(format_task_input(task, true),
+ <%= link_to_if_authorized(trunc_with_tooltip(format_task_input(task, true), 80),
hash_for_foreman_tasks_task_path(:id => task)) %>
</td>
<td><%= task.state %></td>
<td><%= task.result %></td>
<td><%= task.started_at %></td>