diff --git a/src/sunstone/public/app/utils/vcenter/templates.js b/src/sunstone/public/app/utils/vcenter/templates.js index 6644d33101..373d14cde7 100644 --- a/src/sunstone/public/app/utils/vcenter/templates.js +++ b/src/sunstone/public/app/utils/vcenter/templates.js @@ -240,6 +240,10 @@ define(function(require) { }); }, error: function(response){ + VCenterCommon.importFailure({ + context : row_context, + message : OpenNebulaError(response).error.message + }); Notifier.onError({}, OpenNebulaError(response)); } });