Skip to content

Commit 49c5d7d

Browse files
authored
Merge pull request #11 from cherbert/master
Update failed_table.blade.php
2 parents a826814 + 95d9212 commit 49c5d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/views/tubes/partials/failed_table.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<th>Connection</th>
2828
<th>Queue</th>
2929
<th>Payload</th>
30+
<th>Exception</th>
3031
<th>Failed At</th>
3132
</tr>
3233
</thead>
@@ -46,6 +47,7 @@
4647
<td>@{{ job.connection }}</td>
4748
<td>@{{ job.queue }}</td>
4849
<td>@{{ job.payload }}</td>
50+
<td>@{{ job.exception }}</td>
4951
<td>@{{ job.failed_at }}</td>
5052
</tr>
5153
</tbody>

0 commit comments

Comments
 (0)