diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3c4051cc481..f2017cd948f 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -4928,8 +4928,11 @@ async: true, success: function(json) { args.response.success({data:{}}); - } - }); + }, + error:function(json){ + args.response.error(parseXMLHttpResponse(json)); + } + }); }, notification: { poll: function(args) { args.complete(); }