You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erwin Dondorp (Jira)" <ji...@apache.org> on 2022/01/07 17:28:00 UTC

[jira] [Updated] (ARTEMIS-3632) expiry timestamps are only shown in relative form in the details table

     [ https://issues.apache.org/jira/browse/ARTEMIS-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwin Dondorp updated ARTEMIS-3632:
-----------------------------------
    Description: 
When viewing a message using the 'Browse Queue' page, short notations are used in the initial table, so that the table does not get too wide.
When viewing a single message (after using the button 'Show'), there is more room to show more information. e.g. timestamp fields get their value shown as a date+time. But the "expiration" header field is only shown as an interval value when it is within a day from 'now'.
my proposal is to keep that logic, but to always show the date+time as is done outside the range of 1 day.
e.g.
current: {{expiration 1641575489820 (in 00:00:22)}}
new:  {{expiration 1641575489820 (in 00:00:22, at 2022-01-07 18:10:59)}}

a draft PR is added

  was:
When viewing a message using the 'Browse Queue' page, short notations are used in the initial table, so that the table does not get too wide.
When viewing a single message (after using the button 'Show'), there is more room to show more information. e.g. timestamp fields get their value shown as a date+time. But the "expiration" header field is only shown as an interval value when it is within a day from 'now'.
my proposal is to keep that logic, but to always show the date+time as is done outside the range of 1 day.
e.g.
current: {{expiration 1641575489820 (in 00:00:22)}}
new:  {{expiration 1641575489820 (in 00:00:22, at 2022-01-07 18:10:59)}}

a PR is in preparation (draft)


> expiry timestamps are only shown in relative form in the details table
> ----------------------------------------------------------------------
>
>                 Key: ARTEMIS-3632
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3632
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: 2.20.0
>            Reporter: Erwin Dondorp
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When viewing a message using the 'Browse Queue' page, short notations are used in the initial table, so that the table does not get too wide.
> When viewing a single message (after using the button 'Show'), there is more room to show more information. e.g. timestamp fields get their value shown as a date+time. But the "expiration" header field is only shown as an interval value when it is within a day from 'now'.
> my proposal is to keep that logic, but to always show the date+time as is done outside the range of 1 day.
> e.g.
> current: {{expiration 1641575489820 (in 00:00:22)}}
> new:  {{expiration 1641575489820 (in 00:00:22, at 2022-01-07 18:10:59)}}
> a draft PR is added



--
This message was sent by Atlassian Jira
(v8.20.1#820001)