Moved information regarding snapshots and console to their respective page
Moved power options to sidebar menu and added shutdown as an option
Moved away from a random userid in the database for the user to just use the username
Changed mariadb.js and schema.sql to reflect to move away from userid
Made it so that the site immediately goes into a VM page if the user only has access to one VM
Disabled and enables power options depending on the state of the VM
Fixed navigation with browsers back and forward so it's works as expected
Added admin_entitlement to the config.ini.example although it is not yet implemented
Moved the list of VMs to the sidebar menu along with links for the different control views
Fixed proper routing
Moved away from json to mariadb for user and vm management
Fixed instructions for different services
Previously a global user with access to all VMs made an API call for every call
Now each VM is assigned a specific user with access only to that specific VM
The vm-access-config.json structure is also changed, check the README.md for further information on structure