response->isAjax()) { return; } $this->render('server/status/processes/list', $this->processes->getList( $request->hasBodyParam('showExecuting'), $request->hasBodyParam('full'), (string) $request->getParsedBodyParam('order_by_field', ''), (string) $request->getParsedBodyParam('sort_order', ''), )); } }