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 2021/02/07 19:08:37 UTC

[activemq-artemis] branch master updated: NO-JIRA remove single quotes on status screen title

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6694912  NO-JIRA remove single quotes on status screen title
     new c36f3a1  This closes #3431
6694912 is described below

commit 6694912121d907f4a220ab3d8294f9dbdc0c739e
Author: Erwin Dondorp <er...@cgi.com>
AuthorDate: Thu Feb 4 21:09:59 2021 +0100

    NO-JIRA remove single quotes on status screen title
---
 .../artemis-plugin/src/main/webapp/plugin/js/components/status.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/status.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/status.js
index 967747e..42d44c8 100644
--- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/status.js
+++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/status.js
@@ -30,7 +30,7 @@ var Artemis;
                 <div class="container-fluid">
                      <div class="row">
                         <div class="col-md-3 text-center">
-                            <label>'Address Memory Used'</label>
+                            <label>Address Memory Used</label>
                             <p class="text-left">
                             <pf-donut-pct-chart config="$ctrl.addressMemoryConfig" data="$ctrl.addressMemoryData" center-label="$ctrl.addressMemoryLabel"></pf-donut-pct-chart>
                             </p>