add: job name to admin table

This commit is contained in:
Tobi Schäfer 2018-05-05 17:53:30 +02:00
parent eed7d08028
commit 2e8fba1f31

View file

@ -298,6 +298,7 @@
<tr>
<th><% gettext Method %></th>
<th><% gettext Reference %></th>
<th><% gettext Name %></th>
<th><% gettext Account %></th>
<th></th>
</tr>
@ -380,8 +381,9 @@
<tr>
<td><% gettext <% item.method %> | titleize %></td>
<td><a href='<% item.target.href %>'><% item.target.name %></a></td>
<td><% item.name %></td>
<td><% item.user.name %></td>
<td class='uk-text-right'><% item.name %>
<td class='uk-text-right'>
<a href='<% admin.href job %>?name=<% item.name %>&amp;<% item.target.type %>&amp;id=<% item.target.id %>'>
<i class='uk-icon-trash-o'></i>
</a>