summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-08-18 21:03:35 +0000
committerKeith Wall <kwall@apache.org>2014-08-18 21:03:35 +0000
commit1c0c0b35e10f28dd08199ae481591cdf4d4ee292 (patch)
tree1bd64793f5ed7241d7d3477fe1b8da01f5d95c3d /qpid/java/bdbstore/src
parent601392efbbd7c4fc58cb2e42eec0e5e462e34fea (diff)
downloadqpid-python-1c0c0b35e10f28dd08199ae481591cdf4d4ee292.tar.gz
QPID-6016: [Java Broker] Improve Web Management Console error handling
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore/src')
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js b/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
index b5e12a664e..d914e16dc9 100644
--- a/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
+++ b/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
@@ -75,7 +75,7 @@ define(["dojo/_base/xhr",
if (!success)
{
- alert("Error:" + failureReason);
+ util.xhrErrorHandler(failureReason);
}
return success;
}