Fix settings redirection for server
This commit is contained in:
parent
2e134b7a55
commit
c8ae776ab8
3 changed files with 2 additions and 11 deletions
|
@ -320,9 +320,6 @@ class ServerController extends Controller
|
|||
Alert::danger('An unhandled exception occured while attemping to update startup variables for this server. Please try again.')->flash();
|
||||
}
|
||||
|
||||
return redirect()->route('server.settings', [
|
||||
'uuid' => $uuid,
|
||||
'tab' => 'tab_startup',
|
||||
]);
|
||||
return redirect()->route('server.settings.startup', $uuid);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue