bug 7212: IP address - load balancer tab - show error in dialog box when creating load balancer rule fails.

This commit is contained in:
Jessica Wang 2010-11-18 16:36:06 -08:00
parent 47468a0365
commit f7ffe916cd
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ function afterLoadIpJSP() {
$template.slideUp("slow", function() {
$(this).remove();
});
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
$("#dialog_error").text(fromdb(errorMsg)).dialog("open");
});
}
});