Add worker queue details (#5375)
* Added Worker queue page * Added worker queue template * Added translation strings * Added en-US translation * #TGWHT: Thank god we have Typo * Where donkey == true * Added in to menu correctly * Updated link in summary page * Updated link on summary page for frio theme * Updated q() to dba::select() * Revert "Added translation strings" This reverts commit f1f3694a2412f69c39559650759b6483013f0f17. * Revert "Added en-US translation" This reverts commit 61777489e3add56e81c4f976599d8a2e025265cb.
This commit is contained in:
parent
8aee795b45
commit
678efab1c9
4 changed files with 60 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
{{* The work queues short statistic. *}}
|
||||
<div id="admin-summary-queues" class="col-lg-12 col-md-12 col-sm-12 col-xs-12 admin-summary">
|
||||
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 admin-summary-label-name text-muted">{{$queues.label}}</div>
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry"><a href="{{$baseurl}}/admin/queue">{{$queues.queue}}</a> - {{$queues.workerq}}</div>
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry"><a href="{{$baseurl}}/admin/queue">{{$queues.queue}}</a> - <a href="{{$baseurl}}/admin/workerqueue">{{$queues.workerq}}</a></div>
|
||||
</div>
|
||||
|
||||
{{* Number of pending registrations. *}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue