pomaretta / boxial

VirtualBox Frontend for manage virtual machines on several host, in a future update, the client will allow the user to connect to different machines that are running the Boxial Server package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Machine UUID order

pomaretta opened this issue · comments

When fetch data from API, data is ordered in execution time, resulting in different order on each fetch, and visually, the machines changes order so quickly.

Possible solution:

On server-side, implement order linked with uuid, on first execution, assign positions to machines permanently on first stage and in future functionalities, allow to change that order. Using bubble sort, serve that data and on client-side visually order that data.