Fix egg copy from, closes #995

This commit is contained in:
Dane Everitt 2018-03-06 23:07:00 -06:00
parent 4952a27903
commit 5839034e8f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 36 additions and 7 deletions

View file

@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* Fixes a UI error when attempting to change the default Nest and Egg for an existing server.
* Correct permissions check in UI to allow subusers with permission to `view-allocations` the ability to actually see the sidebar link.
* Fixes improper behavior when marking an egg as copying the configuration from another.
### Changed
* Panel now throws proper 504: Gateway Timeout errors on server listing when daemon is offline.