Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1E759200D1E for ; Wed, 18 Oct 2017 15:14:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1CD94160BEB; Wed, 18 Oct 2017 13:14:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6CD581609EE for ; Wed, 18 Oct 2017 15:14:30 +0200 (CEST) Received: (qmail 14128 invoked by uid 500); 18 Oct 2017 13:14:29 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 14113 invoked by uid 99); 18 Oct 2017 13:14:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 13:14:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7C940DFB0E; Wed, 18 Oct 2017 13:14:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Wed, 18 Oct 2017 13:14:29 -0000 Message-Id: <1ec4e84543894caa93d3b2808f8b4449@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: ARTEMIS-1468 Fix delete address in console archived-at: Wed, 18 Oct 2017 13:14:31 -0000 Repository: activemq-artemis Updated Branches: refs/heads/master 66a4e865e -> 02af1f49c ARTEMIS-1468 Fix delete address in console Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c1574215 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c1574215 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c1574215 Branch: refs/heads/master Commit: c15742150ae5691fe2f057132412356983064c1c Parents: 66a4e86 Author: Martyn Taylor Authored: Wed Oct 18 13:28:27 2017 +0100 Committer: Martyn Taylor Committed: Wed Oct 18 13:28:45 2017 +0100 ---------------------------------------------------------------------- artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/address.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c1574215/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/address.js ---------------------------------------------------------------------- diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/address.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/address.js index cc0aef1..b16f270 100644 --- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/address.js +++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/address.js @@ -84,7 +84,7 @@ var ARTEMIS = (function(ARTEMIS) { if (mbean) { if (selection && jolokia && entries) { var domain = selection.domain; - var name = entries["name"]; + var name = entries["address"]; name = name.unescapeHTML(); if (name.charAt(0) === '"' && name.charAt(name.length -1) === '"') {