mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
refresh working info
This commit is contained in:
@@ -69,8 +69,11 @@ class AdminConfigurationController extends Controller
|
||||
/** @var WorkerRunningJobRepository $repoWorker */
|
||||
$repoWorker = $app['repo.worker-running-job'];
|
||||
|
||||
$reload = ($request->query->get('reload')) == 1 ? true : false ;
|
||||
|
||||
return $this->render('admin/worker-manager/worker_info.html.twig', [
|
||||
'workerRunningJob' => $repoWorker->findAll()
|
||||
'workerRunningJob' => $repoWorker->findAll(),
|
||||
'reload' => $reload
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user