* Add deletion of multiple selected files
* Adjust success/failure text to properly represent multiple files
* Actually update the minimized versions with the new code
* Use let instead of var and seperate items into seperate code tags
* Deleting the selected items now supports the new endpoint
* Replaced the select buttons with checkboxes
* Selections is now handled by find all the selected checkboxes
* Add a warning if no files/folders are selected when pressing delete
* Add a select all files/folders checkbox
* Move mass delete button into a mass actions dropdown
* Move style to css file
* Actually update the minimized files (again)
* Mass actions button is now disabled by default
* Clicking on a row selects the checkbox and enables the actions button
* Fix clicking anything else but the row or checkbox triggering selection
Moves tons of functions around, but the basic implementation is working again.
Some features are still missing, and the service never actually commits the server to the database right now.
This push is mostly just to get the code into Github and backed up.
* Added CS:GO
This allows users to select rather or not to use cs:go for a server.
* Removed debugging outputs
* Replace tabs with spaces to pass StyleCI
* Remove more pesky tabs
I apparently missed them the first time.
* Fix pesky issues with starts
This fix is to repair the startup for csgo and remove the required accounts.
* Better explanation for STEAM_ACC
* Removed dupe ips
* Added and fixed lines
* Set a default map to be loaded in.
* Set the variables rules to match what they would need to be
* Removed a pesky space
The original statement seems to be a bit too precise regarding the height. Any tiny lag or one pixel movement leads to the console not being scrolled to the bottom anymore. Same applies for manually scrolling down which does not hide the `terminalNotify` properly.
A bit larger "buffer" fixes this.