]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/admin/queue.tpl
Fix review points
[friendica.git] / view / theme / frio / templates / admin / queue.tpl
index ab076a0f73a78102dd8c5511136195e0b09cdf3b..4ee60af1044fcc1f0fe7205029cac628f12f9240 100644 (file)
@@ -5,6 +5,7 @@
        <table class="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>