resque-mongo-groups 0.6 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@
|
|
18
18
|
<tr>
|
19
19
|
<th>Group</th>
|
20
20
|
<th>Started at</th>
|
21
|
+
<th>Updated at</th>
|
21
22
|
<th>Total</th>
|
22
23
|
<th>Delayed</th>
|
23
24
|
<th>Completed</th>
|
@@ -29,6 +30,7 @@
|
|
29
30
|
<tr>
|
30
31
|
<td><%= group['_id'] %></td>
|
31
32
|
<td><%= group['started_at'] %></td>
|
33
|
+
<td><%= group['updated_at'] %></td>
|
32
34
|
<td><%= group['total'] %></td>
|
33
35
|
<td><%= group['delayed'] %></td>
|
34
36
|
<td><%= group['completed'] %></td>
|