mirror of
https://github.com/friendica/friendica
synced 2025-04-29 16:24:23 +02:00
the command was missing from the worker queue overview
This commit is contained in:
parent
35ad732e71
commit
f57ddee31c
3 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
<table>
|
||||
<tr>
|
||||
<th>{{$id_header}}</th>
|
||||
<th>{{$command_header}}</th>
|
||||
<th>{{$param_header}}</th>
|
||||
<th>{{$created_header}}</th>
|
||||
<th>{{$prio_header}}</th>
|
||||
|
@ -12,6 +13,7 @@
|
|||
{{foreach $entries as $e}}
|
||||
<tr>
|
||||
<td>{{$e.id}}</td>
|
||||
<td>{{$e.command}}</td>
|
||||
<td>{{$e.parameter}}</td>
|
||||
<td>{{$e.created}}</td>
|
||||
<td>{{$e.priority}}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue