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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1344256  ARTEMIS-3630 added missing end-tag in diagram page
     new d0c2901  This closes #3900
1344256 is described below

commit 134425675ed69e866cedb7aea4fc4aad1cd0a031
Author: Erwin Dondorp <[email protected]>
AuthorDate: Thu Dec 23 17:36:05 2021 +0100

    ARTEMIS-3630 added missing end-tag in diagram page
---
 .../artemis-plugin/src/main/webapp/plugin/js/components/diagram.js       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/diagram.js 
b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/diagram.js
index 4fb5314..c31fd6d 100644
--- 
a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/diagram.js
+++ 
b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/diagram.js
@@ -65,6 +65,7 @@ var Artemis;
                     config="$ctrl.config"
                     columns="$ctrl.tableColumns"
                     items="$ctrl.attributes">
+                </pf-table-view>
             </div>
             <script type="text/ng-template" id="diagram-instructions.html">
             <div>

Reply via email to