[ 
https://issues.apache.org/jira/browse/ARTEMIS-5771?focusedWorklogId=992240&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-992240
 ]

ASF GitHub Bot logged work on ARTEMIS-5771:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Nov/25 13:45
            Start Date: 18/Nov/25 13:45
    Worklog Time Spent: 10m 
      Work Description: brusdev commented on code in PR #137:
URL: 
https://github.com/apache/activemq-artemis-console/pull/137#discussion_r2538288084


##########
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:
   Are you setting visible: true on purpose?





Issue Time Tracking
-------------------

    Worklog Id:     (was: 992240)
    Time Spent: 20m  (was: 10m)

> Display creation time for producer
> ----------------------------------
>
>                 Key: ARTEMIS-5771
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5771
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: console-1.4.0
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The web console displays the creation time for connections, sessions, and 
> consumers, but it doesn't do so for producers despite the fact that the 
> relevant data is available in the response payload. This should be fixed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to