1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-26 21:02:28 +02:00

Fix application keys being created as client keys, closes #1016

This commit is contained in:
Dane Everitt 2018-03-03 16:56:46 -06:00
parent 7d29986e9d
commit b53df2b271
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.5 (Derelict Dermodactylus)
## v0.7.4-h1 (Derelict Dermodactylus)
### Fixed
* Being able to create servers is kind of a core aspect of the software, pushing releases late at night is not a great idea.

View File

@ -15,7 +15,7 @@
@section('content')
<div class="row">
<form method="POST" action="{{ route('account.api.new') }}">
<form method="POST" action="{{ route('admin.api.new') }}">
<div class="col-sm-8 col-xs-12">
<div class="box box-primary">
<div class="box-header with-border">