Skip to content

Commit

Permalink
quick_setup/aws: introduce host name validation on save action
Browse files Browse the repository at this point in the history
Change-Id: Iaff81805eacb8389731f7b91ed9cbb269a5d41f3
  • Loading branch information
anthonyh209 committed Jan 14, 2025
1 parent 1901716 commit 87a48bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmk/gui/quick_setup/config_setups/aws/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def aws_transform_to_disk(params: Mapping[str, object]) -> Mapping[str, object]:
label=_("Save & go to Activate changes"),
action=action,
run_in_background=True,
custom_validators=[qs_validators.validate_host_name_doesnt_exists],
),
],
)

0 comments on commit 87a48bb

Please sign in to comment.