瀏覽代碼

Add "Separate replica / VM" field description

Sergiu Miclea 2 年之前
父節點
當前提交
976fa60895
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/modules/WizardModule/WizardOptions/WizardOptions.tsx

+ 1 - 0
src/components/modules/WizardModule/WizardOptions/WizardOptions.tsx

@@ -299,6 +299,7 @@ class WizardOptions extends React.Component<Props> {
         type: "boolean",
         type: "boolean",
         default: true,
         default: true,
         nullableBoolean: false,
         nullableBoolean: false,
+        description: `Whether or not to create a separate ${this.props.wizardType} for each selected VM`,
       });
       });
     }
     }