mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-15 12:53:44 +02:00
Update server listing and associated logic to pull from the panel dynamiacally
This commit is contained in:
@@ -52,7 +52,7 @@ class ClientController extends ClientApiController
|
||||
break;
|
||||
}
|
||||
|
||||
$servers = $this->repository->
|
||||
$servers = $this->repository
|
||||
->setSearchTerm($request->input('query'))
|
||||
->filterUserAccessServers(
|
||||
$request->user(), $filter, config('pterodactyl.paginate.frontend.servers')
|
||||
|
||||
Reference in New Issue
Block a user