mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
More complete implementation of database management in panel.
Still missing ability to change passwords for databases, but that will come soon.
This commit is contained in:
@@ -509,7 +509,7 @@ $(document).ready(function () {
|
||||
}, function () {
|
||||
$.ajax({
|
||||
method: 'DELETE',
|
||||
url: '{{ route('admin.servers.database', $server->id) }}/' + self.data('database'),
|
||||
url: '{{ route('admin.databases') }}/delete/' + self.data('database'),
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': '{{ csrf_token() }}'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user