diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 9888380d5a6..33b541dfc09 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -5824,8 +5824,11 @@ actionFilter: podActionfilter, data:item }); - } - }); + }, + error: function(data) { + args.response.error(parseXMLHttpResponse(data)); + } + }); } },