jbertram commented on code in PR #102: URL: https://github.com/apache/activemq-artemis-console/pull/102#discussion_r2124850701
########## artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/addresses/AddressesTable.tsx: ########## @@ -43,7 +43,25 @@ export const AddressesTable: React.FunctionComponent<Navigate> = (navigate) => { { id: 'id', name: 'ID', visible: false, sortable: true, filterable: true }, { id: 'name', name: 'Name', visible: true, sortable: true, filterable: true }, { id: 'routingTypes', name: 'Routing Types', visible: true, sortable: true, filterable: true }, - { id: 'queueCount', name: 'Queue Count', visible: true, sortable: true, filterable: true, filter: getQueueFilter, filterTab: 6 } + { id: 'queueCount', name: 'Queue Count', visible: true, sortable: true, filterable: true, filter: getQueueFilter, filterTab: 6 }, + { id: 'internal', name: 'Internal', visible: false, sortable: true, filterable: true }, + { id: 'temporary', name: 'Temporary', visible: false, sortable: true, filterable: true }, + { id: 'autoCreated', name: 'Auto Created', visible: false, sortable: true, filterable: true }, + { id: 'paused', name: 'Paused', visible: false, sortable: true, filterable: true }, + { id: 'currentDuplicateIdCacheSize', name: 'Current Duplicate ID Cache Size', visible: false, sortable: true, filterable: true }, + { id: 'retroactiveResource', name: 'Retroactive Resource', visible: false, sortable: true, filterable: true }, + { id: 'unroutedMessageCount', name: 'Unrouted Message Count', visible: false, sortable: true, filterable: true }, + { id: 'routedMessageCount', name: 'Routed Message Count', visible: false, sortable: true, filterable: true }, + { id: 'MessageCount', name: 'Message Count', visible: true, sortable: true, filterable: true }, Review Comment: I fixed this in the broker via ARTEMIS-5518 and updated this PR. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact