You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you get to 50+ servers finding the right one in the list gets a bit cumbersome since the tables are not sortable and seems to be randomly sorted by default.
Make the tables sortable by clicking the header field, ie sort by name by clicking on name, sort by memory by clicking on the RAM icon etc etc. Lots of free frameworks available to accomplish this without too much work, I've used https://datatables.net/ for similar projects but there are plenty of others.
I could help out a bit but I'm completely lost in the Laravel part so someone with more experience could probably do it a lot easier, faster and better. Also, I'm a terrible coder and would surely just make a mess. :)
The text was updated successfully, but these errors were encountered:
Good point. Datatables package actually is already included and sorting gets used on the labels, os etc pages https://demo.myidlers.com/labels
I think it wasn't used on the servers table initially because of how complex it is to get it sized right and then the different data types for RAM and disk e.g MB/GB GB/TB but it would be possible
When you get to 50+ servers finding the right one in the list gets a bit cumbersome since the tables are not sortable and seems to be randomly sorted by default.
Make the tables sortable by clicking the header field, ie sort by name by clicking on name, sort by memory by clicking on the RAM icon etc etc. Lots of free frameworks available to accomplish this without too much work, I've used https://datatables.net/ for similar projects but there are plenty of others.
I could help out a bit but I'm completely lost in the Laravel part so someone with more experience could probably do it a lot easier, faster and better. Also, I'm a terrible coder and would surely just make a mess. :)
The text was updated successfully, but these errors were encountered: