Skip to content

Commit 95d9212

Browse files
author
cherbert
authored
Update failed_table.blade.php
Added support for Laravel Failed Job Exception Details
1 parent a826814 commit 95d9212

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)