mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-3056:Intelligence mechanism on the UI in case of addVmwareDC API call failure
This commit is contained in:
parent
b91978545a
commit
ffcd693afd
@ -3394,7 +3394,13 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
error: function(XMLHttpResponse) {
|
||||
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
|
||||
error('addCluster', errorMsg, { fn: 'addCluster', args: args });
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
else{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user