clean up front-end port allocation handling
This commit is contained in:
parent
2fb223c99b
commit
831399184f
5 changed files with 95 additions and 54 deletions
|
@ -13,6 +13,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* Prevent clicking server start button until server is completely off, not just stopping.
|
||||
* Upon successful creation of a node it will redirect to the allocation tab and display a clearer message to add allocations.
|
||||
* Trying to add a new node if no location exists redirects user to location management page and alerts them to add a location first.
|
||||
* `Server\AjaxController@postSetConnection` is now `Server\AjaxController@postSetPrimary` and accepts one post parameter of `allocation` rather than a combined `ip:port` value.
|
||||
* Port allocations on server view are now cleaner and should make more sense.
|
||||
|
||||
### Fixed
|
||||
* Team Fortress named 'Insurgency' in panel in database seeder. ([#96](https://github.com/Pterodactyl/Panel/issues/96), PR by [@MeltedLux](https://github.com/MeltedLux))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue