From 51f7872ec97c1fef854e1db0bdf29cafd44cc707 Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 22 Dec 2011 11:04:35 -0800 Subject: [PATCH] bug 12698: Add error fn to delete NetScaler action --- ui/scripts/system.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 28270773421..716ed36fafa 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -4322,6 +4322,10 @@ {jobId: jid} } ); + }, + + error: function(json) { + args.response.error(parseXMLHttpResponse(json)); } }); },