Skip to content

Commit

Permalink
Summary: To make it more clear to the user what's happening, let's re…
Browse files Browse the repository at this point in the history
…name the "Skip Provisioning" toggle in OnPrem provider to "Manually Provision Nodes"

Test Plan: sbt run

Reviewers: sanketh, arnav, daniel

Reviewed By: daniel

Subscribers: yugaware

Differential Revision: https://phabricator.dev.yugabyte.com/D9758
  • Loading branch information
WesleyW committed Oct 27, 2020
1 parent 037ff38 commit 5a22779
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export default class OnPremProviderAndAccessKey extends Component {
readOnly={isReadOnly} infoContent={portHelpContent}
infoTitle="SSH Port" />
<Field name="skipProvisioning" component={YBToggle}
label="Skip Provisioning" defaultChecked={false} isReadOnly={isReadOnly}
infoContent={skipProvisioningHelp} infoTitle="Skip Provisioning"/>
label="Manually Provision Nodes" defaultChecked={false} isReadOnly={isReadOnly}
infoContent={skipProvisioningHelp} infoTitle="Manually Provision Nodes"/>
<Field name="privateKeyContent" component={YBTextArea} label="SSH Key" insetError={true}
className="ssh-key-container" isReadOnly={isReadOnly} infoContent={pkHelpContent}
infoTitle="SSH Key" />
Expand Down

0 comments on commit 5a22779

Please sign in to comment.