Add back disk limiting!

This commit is contained in:
Dane Everitt 2017-04-21 22:44:56 -04:00
parent 4928620aab
commit 147f473eeb
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 9 additions and 2 deletions

View file

@ -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();