]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/queue.tpl
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / templates / admin / queue.tpl
index 5bab58a5e91937b044dcdfc90747f20b9d3cbfab..d50ff2082fcb3382dc3ff19d2841f773cd4e6967 100644 (file)
@@ -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>