Merge branch 'develop' into feature/server-mounts
This commit is contained in:
commit
0bec5b8581
6 changed files with 51 additions and 9 deletions
|
@ -352,6 +352,7 @@ class ServersController extends Controller
|
|||
'database' => $request->input('database'),
|
||||
'remote' => $request->input('remote'),
|
||||
'database_host_id' => $request->input('database_host_id'),
|
||||
'max_connections' => $request->input('max_connections'),
|
||||
]);
|
||||
|
||||
return redirect()->route('admin.servers.view.database', $server)->withInput();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue