[
https://issues.apache.org/jira/browse/ARTEMIS-3043?focusedWorklogId=527899&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-527899
]
ASF GitHub Bot logged work on ARTEMIS-3043:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 24/Dec/20 00:05
Start Date: 24/Dec/20 00:05
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on a change in pull
request #3389:
URL: https://github.com/apache/activemq-artemis/pull/3389#discussion_r548325975
##########
File path:
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/queues.js
##########
@@ -59,28 +60,76 @@ var Artemis;
function QueuesController($scope, workspace, jolokia, localStorage,
artemisMessage, $location, $timeout, $filter, $sanitize, pagination,
artemisQueue, artemisAddress) {
var ctrl = this;
ctrl.pagination = pagination;
+ ctrl.pagination.reset();
var mbean = Artemis.getBrokerMBean(workspace, jolokia);
ctrl.allAddresses = [];
ctrl.queues = [];
ctrl.workspace = workspace;
ctrl.refreshed = false;
+ ctrl.dtOptions = {
+ // turn of ordering as we do it ourselves
+ ordering: false,
+ columns: [
+ {name: "ID", visible: true},
+ {name: "name", visible: true},
+ {name: "Address", visible: true},
+ {name: "Routing Type", visible: true},
+ {name: "Filter", visible: true},
+ {name: "Durable", visible: true},
+ {name: "Max Consumers", visible: true},
+ {name: "Purge On No Consumers", visible: true},
+ {name: "Consumer Count", visible: true},
Review comment:
a few more queue fields/values missing: "Consumers Before Dispatch" &
"Delay Before Dispatch"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 527899)
Time Spent: 1h 50m (was: 1h 40m)
> improvements on new console
> ---------------------------
>
> Key: ARTEMIS-3043
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3043
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.16.0
> Reporter: Andy Taylor
> Assignee: Andy Taylor
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> This is to cover several items missing from the initial migration to hawtIO
> 2, this includes:
>
> * Add back the JMX Context on mbean pages
> * Add back column selectors for each view tab
> * Add back ability to hide brokers and network connectors
> * add timestamp fix added to old console
> * fix navigation and JMX tree context navigation under certain scenarios
> * fix navigation and linking between views.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)