You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/09/28 19:30:28 UTC

[1/2] activemq-artemis git commit: This closes #1557

Repository: activemq-artemis
Updated Branches:
  refs/heads/master d6a4b4349 -> 0b2a8eca4


This closes #1557


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0b2a8eca
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0b2a8eca
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0b2a8eca

Branch: refs/heads/master
Commit: 0b2a8eca4f79804bc9e856f2a612180e821b137c
Parents: d6a4b43 92365c7
Author: Justin Bertram <jb...@apache.org>
Authored: Thu Sep 28 14:30:16 2017 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Thu Sep 28 14:30:16 2017 -0500

----------------------------------------------------------------------
 .../artemis-plugin/src/main/webapp/plugin/js/queues.js           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: NO-JIRA minor typos in console

Posted by jb...@apache.org.
NO-JIRA minor typos 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/92365c7a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/92365c7a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/92365c7a

Branch: refs/heads/master
Commit: 92365c7a3850060b522703efcc6b48b0304bd2d1
Parents: d6a4b43
Author: Pat Fox <pa...@gmail.com>
Authored: Wed Sep 27 08:48:30 2017 +0200
Committer: Justin Bertram <jb...@apache.org>
Committed: Thu Sep 28 14:30:16 2017 -0500

----------------------------------------------------------------------
 .../artemis-plugin/src/main/webapp/plugin/js/queues.js           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/92365c7a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/queues.js
----------------------------------------------------------------------
diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/queues.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/queues.js
index 4bf0b97..9bb9e5e 100644
--- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/queues.js
+++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/queues.js
@@ -131,7 +131,7 @@ var ARTEMIS = (function(ARTEMIS) {
             },
             {
                 field: 'deliveringCount',
-                displayName: 'Deliveing Count',
+                displayName: 'Delivering Count',
                 width: '*',
                 visible: false
             },
@@ -143,7 +143,7 @@ var ARTEMIS = (function(ARTEMIS) {
             },
             {
                 field: 'directDeliver',
-                displayName: 'Deliveing Count',
+                displayName: 'Direct Deliver',
                 width: '*',
                 visible: false
             }