Prechádzať zdrojové kódy

Add "Separate replica / VM" field description

Sergiu Miclea 2 rokov pred
rodič
commit
976fa60895

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

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