Fixing the queue.tpl files
authorÉibhear Ó hAnluain <eibhear.geo@gmail.com>
Fri, 29 Mar 2024 20:36:40 +0000 (20:36 +0000)
committerÉibhear Ó hAnluain <eibhear.geo@gmail.com>
Fri, 29 Mar 2024 20:36:40 +0000 (20:36 +0000)
view/templates/admin/queue.tpl
view/theme/frio/templates/admin/queue.tpl

index 5ac3849..731546b 100644 (file)
@@ -8,7 +8,7 @@
                        <th>{{$command_header}}</th>
                        <th>{{$param_header}}</th>
                        <th>{{$created_header}}</th>
-                       {{if ($status==='deferred') }}<th>{{$next_try_header}}</th>{{/if}}
+                       {{if ($status == "deferred") }}<th>{{$next_try_header}}</th>{{/if}}
                        <th>{{$prio_header}}</th>
                </tr>
                {{foreach $entries as $e}}
@@ -17,7 +17,7 @@
                        <td>{{$e.command}}</td>
                        <td>{{$e.parameter}}</td>
                        <td>{{$e.created}}</td>
-                       {{if ($status==='deferred') }}<td>{{$e.next_try}}</td>{{/if}}
+                       {{if ($status == "deferred") }}<td>{{$e.next_try}}</td>{{/if}}
                        <td>{{$e.priority}}</td>
                </tr>
                {{/foreach}}
index f9aaaa0..de5bd69 100644 (file)
@@ -8,7 +8,7 @@
                        <th>{{$command_header}}</th>
                        <th>{{$param_header}}</th>
                        <th>{{$created_header}}</th>
-                       {{if ($status==='deferred') }}<th>{{$next_try_header}}</th>{{/if}}
+                       {{if ($status == "deferred") }}<th>{{$next_try_header}}</th>{{/if}}
                        <th>{{$prio_header}}</th>
                </tr>
                {{foreach $entries as $e}}
@@ -17,7 +17,7 @@
                        <td>{{$e.command}}</td>
                        <td>{{$e.parameter}}</td>
                        <td>{{$e.created}}</td>
-                       {{if ($status==='deferred') }}<td>{{$e.next_try}}</td>{{/if}}
+                       {{if ($status == "deferred") }}<td>{{$e.next_try}}</td>{{/if}}
                        <td>{{$e.priority}}</td>
                </tr>
                {{/foreach}}