mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Show the worker queue count if the workers are active
This commit is contained in:
parent
8e6f9abedb
commit
e5c2c66487
4 changed files with 6 additions and 3 deletions
|
@ -460,6 +460,7 @@ function admin_page_summary(&$a) {
|
|||
'$title' => t('Administration'),
|
||||
'$page' => t('Summary'),
|
||||
'$queues' => $queues,
|
||||
'$workeractive' => get_config('system','worker'),
|
||||
'$users' => array(t('Registered users'), $users),
|
||||
'$accounts' => $accounts,
|
||||
'$pending' => array(t('Pending registrations'), $pending),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue