* [task#121513] Add the action type for instance.

This commit is contained in:
dingguodong
2024-07-03 12:12:09 +08:00
committed by 曹延义
parent 68b1ddf76f
commit 896819c2d2
+1 -1
View File
@@ -537,7 +537,7 @@ class actionModel extends model
{
$desc = $this->lang->action->desc->{$actionType};
$extra = json_decode($action->extra);
if(in_array($actionType, array('adjustmemory', 'adjustcpu')))
if(in_array($actionType, array('adjustmemory', 'adjustcpu', 'adjustvol')))
{
$action->newValue = $action->comment;
$action->comment = '';