Cleanup pagination CSS and UI
This commit is contained in:
parent
b07052548c
commit
4dfc7a0053
7 changed files with 11 additions and 75 deletions
|
@ -105,7 +105,7 @@ class NodeRepository extends EloquentRepository implements NodeRepositoryInterfa
|
|||
$instance->setRelation(
|
||||
'allocations',
|
||||
$instance->allocations()->orderBy('ip', 'asc')->orderBy('port', 'asc')
|
||||
->with('server')->paginate(50)
|
||||
->with('server')->paginate(2)
|
||||
);
|
||||
|
||||
return $instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue