mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-13 12:58:17 +03:00
Solved bug import wilds vCenter
This commit is contained in:
parent
98e5866080
commit
2c1ac615ea
@ -351,8 +351,8 @@ define(function(require) {
|
||||
},
|
||||
error: function(response){
|
||||
var msg;
|
||||
if (error_json.error.message){
|
||||
msg = error_json.error.message;
|
||||
if (response.responseJSON && response.responseJSON.error.message){
|
||||
msg = response.responseJSON.error.message;
|
||||
} else {
|
||||
msg = Locale.tr("Cannot contact server: is it running and reachable?");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user