mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Sort Type List in Eventlog Pages (#12572)
* Sort Type List in Eventlog Pages * update code
This commit is contained in:
@ -52,6 +52,7 @@ abstract class SelectController extends PaginatedAjaxController
|
||||
$limit = $request->get('limit', 50);
|
||||
|
||||
$query = $this->search($request->get('term'), $this->baseQuery($request), $this->searchFields($request));
|
||||
$this->sort($request, $query);
|
||||
$paginator = $query->simplePaginate($limit);
|
||||
|
||||
return $this->formatResponse($paginator);
|
||||
|
Reference in New Issue
Block a user