Update server listing and associated logic to pull from the panel dynamiacally

This commit is contained in:
Dane Everitt
2019-08-17 16:03:10 -07:00
parent 952dff854e
commit fb9c106448
26 changed files with 384 additions and 239 deletions

View File

@@ -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')