bug 12698:

Add error fn to delete NetScaler action
This commit is contained in:
bfederle 2011-12-22 11:04:35 -08:00
parent e348b25ad6
commit 51f7872ec9

View File

@ -4322,6 +4322,10 @@
{jobId: jid}
}
);
},
error: function(json) {
args.response.error(parseXMLHttpResponse(json));
}
});
},