Skip to content

Commit 06c16ac

Browse files
authored
ui: fix systevmtype for create service offering form (#4683)
Fixes #4682 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 186ac69 commit 06c16ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/views/offering/AddComputeOffering.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,9 @@ export default {
10521052
if ('isvolatile' in values && values.isvolatile !== undefined) {
10531053
params.isvolatile = values.isvolatile === true
10541054
}
1055+
if ('systemvmtype' in values && values.systemvmtype !== undefined) {
1056+
params.systemvmtype = values.systemvmtype
1057+
}
10551058
if (values.ispublic !== true) {
10561059
var domainIndexes = values.domainid
10571060
var domainId = null

0 commit comments

Comments
 (0)