aws / aws-parallelcluster-ui

Apache License 2.0
31 stars 18 forks source link

[Frontend] Fix label/placeholder used by the Wizard for existing EBS volumes #276

Closed gmarciani closed 9 months ago

gmarciani commented 9 months ago

Description

Fix label/placeholder used by the Wizard for existing EBS volumes.

Before this change the wizard showed the placeholder "i.e., fsx-1234 or efs-1234" as hint for existing EBS volumes, whereas it should rather be "i.e., vol-1234".

How Has This Been Tested?

  1. Tested in personal environment that the wizard shows the expected label and placeholder
  2. Verified with git-grep that there is no occurrence of the local string wizard.storage.Ebs.existing., which has been removed in this change.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.