mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Add check for memory dump
This commit is contained in:
@@ -338,7 +338,7 @@ case 'snap-create':
|
||||
|
||||
case 'snap-create-external':
|
||||
requireLibvirt();
|
||||
$arrResponse = vm_snapshot($domName,$_REQUEST['snapshotname'],$_REQUEST['desc'],$_REQUEST['free'],$_REQUEST['fstype']) ;
|
||||
$arrResponse = vm_snapshot($domName,$_REQUEST['snapshotname'],$_REQUEST['desc'],$_REQUEST['free'],$_REQUEST['fstype'],$_REQUEST['memorydump']) ;
|
||||
break;
|
||||
|
||||
case 'snap-images':
|
||||
|
||||
Reference in New Issue
Block a user