mirror of https://github.com/apache/cloudstack.git
bug 7212: IP address - load balancer tab - show error in dialog box when creating load balancer rule fails.
This commit is contained in:
parent
47468a0365
commit
f7ffe916cd
|
|
@ -188,6 +188,8 @@ function afterLoadIpJSP() {
|
|||
$template.slideUp("slow", function() {
|
||||
$(this).remove();
|
||||
});
|
||||
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
|
||||
$("#dialog_error").text(fromdb(errorMsg)).dialog("open");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue