From 896819c2d2f82ad00c4295ea6f18d1982a15fb25 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Wed, 3 Jul 2024 10:56:29 +0800 Subject: [PATCH] * [task#121513] Add the action type for instance. --- module/action/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action/model.php b/module/action/model.php index b72e67aedb..e5ce962492 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -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 = '';