Add back disk limiting!
This commit is contained in:
parent
4928620aab
commit
147f473eeb
2 changed files with 9 additions and 2 deletions
|
@ -436,7 +436,7 @@ class ServersController extends Controller
|
|||
try {
|
||||
$repo->changeBuild($id, $request->intersect([
|
||||
'allocation_id', 'add_allocations', 'remove_allocations',
|
||||
'memory', 'swap', 'io', 'cpu',
|
||||
'memory', 'swap', 'io', 'cpu', 'disk',
|
||||
]));
|
||||
|
||||
Alert::success('Server details were successfully updated.')->flash();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue