sureshanaparti commented on code in PR #9231:
URL: https://github.com/apache/cloudstack/pull/9231#discussion_r1639644554
##########
ui/src/views/infra/zone/ZoneWizardLaunchZone.vue:
##########
@@ -2093,7 +2093,11 @@ export default {
resolve()
}).catch(error => {
message = error.response.headers['x-description']
- reject(message)
+ if (message.includes('is already in the database')) {
Review Comment:
Ok, if already there, maybe do have to check any other param changes for
that host and update?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]