jbertram commented on code in PR #137:
URL:
https://github.com/apache/activemq-artemis-console/pull/137#discussion_r2538464352
##########
artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/producers/ProducerTable.tsx:
##########
@@ -53,13 +53,14 @@ export const ProducerTable:
React.FunctionComponent<Navigate> = navigate => {
{id: 'msgSent', name: 'Messages Sent', visible: false, sortable: true,
filterable: false},
{id: 'msgSizeSent', name: 'Messages Sent Size', visible: false,
sortable: true, filterable: false},
{id: 'lastProducedMessageID', name: 'Last Produced Message ID',
visible: false, sortable: true, filterable: false},
+ {id: 'creationTime', name: 'Creation Time', visible: true, sortable:
true, filterable: false},
Review Comment:
Yes. This mimics what is done on the Connections, Sessions, and Consumers
tabs.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact