weizhouapache commented on code in PR #9231:
URL: https://github.com/apache/cloudstack/pull/9231#discussion_r1639677160


##########
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:
   @sureshanaparti 
   do you mean the param passed in the wizard and the param of the existing 
host ?



-- 
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]

Reply via email to