No more OOME checkboxes

This commit is contained in:
Dane Everitt 2018-01-08 23:03:14 -06:00
parent 02e4c1424e
commit bd238c7555
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 6 additions and 12 deletions

View file

@ -18,7 +18,10 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Changed behavior of allocation IP Address/Ports box to automatically store the value entered if a user unfocuses the field without hitting space.
* c order in which allocations are displayed to prioritize those with servers attached (in ascending IP & port order) followed by ascending IP & port order where no server is attached.
* Changed order in which allocations are displayed to prioritize those with servers attached (in ascending IP & port order) followed by ascending IP & port order where no server is attached.
### Removed
* OOM exceptions can no longer be disabled on servers due to a startling number of users that were using it to avoid allocating proper amounts of resources to servers.
## v0.7.0-beta.3 (Derelict Dermodactylus)
### Fixed