Panel: Sorting servers in your Serverlist and servers per page

Created on 17 Jun 2017  路  5Comments  路  Source: pterodactyl/panel

add a feature to allow your servers to be sorted in the list by name,node,usage,status.
it would make for finding servers quite a bit easier on the list.

maybe also make it so you can choose how many servers to show on each page this would be really nice as currently we have 16 servers and there is just 1 lonely server on page 2.

core change

Most helpful comment

My team was surprised to find this wasn't already a feature.

I've seen a number of simple implementations use a separate "sorting_id" SQL column for this, then drag and drop to change the order on the client, with an async call to the backend to implement the change.

Could we do something like that?

All 5 comments

For the second thing, set APP_PAGINATE_FRONT_SERVERS=20 in your .env file and then run php artisan config:cache and it should change the servers per page.

You could also add categrories to add server into. Then you could hide or show these categrories with a smiple click and wouldn't have 100 servers in a big list.

My team was surprised to find this wasn't already a feature.

I've seen a number of simple implementations use a separate "sorting_id" SQL column for this, then drag and drop to change the order on the client, with an async call to the backend to implement the change.

Could we do something like that?

@DaneEveritt From what I can see, this a simple, easy-to-implement feature that seems to be highly sought after, and in most cases expected by default. Yet all I see in this issue thread, from 2017, are deleted comments, a low priority label, and overall lack of interest in implementing what is likely a few-minute fix. Why is this?

Please, add server sorting to pterodactyl ... this is an absolute must-have basic feature.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JanDevDE picture JanDevDE  路  4Comments

schrej picture schrej  路  3Comments

parkervcp picture parkervcp  路  3Comments

WeatherSquad picture WeatherSquad  路  3Comments

stijnb1234 picture stijnb1234  路  3Comments