[
https://issues.apache.org/jira/browse/ARTEMIS-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16970228#comment-16970228
]
ASF subversion and git services commented on ARTEMIS-2541:
----------------------------------------------------------
Commit 54daa445ed70e3efddd6d08ab055d6e9065634be in activemq-artemis's branch
refs/heads/master from sebthom
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=54daa44 ]
ARTEMIS-2541 Improve message browser of Admin UI
> Improve rendering in message browser of Admin UI
> ------------------------------------------------
>
> Key: ARTEMIS-2541
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2541
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: Web Console
> Affects Versions: 2.10.1
> Reporter: Sebastian T
> Priority: Minor
> Attachments: ScreenShot.png, ScreenShot_BeforePR.png
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> The accompanying PR improves the following parts of the Admin UI's message
> browser:
> # use fixed column width for columns with date/numeric/boolean values
> # move the *User ID* column to the end
> # add a separate *Validated User* column displaying the
> *_AMQ_VALIDATED_USER* string property.
> # display human readable names in the *type* column instead of numeric
> value. the numeric value is still accessible via a tooltip of the respective
> cell and used for sorting
> # The *Expires* column displays a human friendly representation of the time
> when the message expires (or expired in case it was not yet GCed) instead of
> a unix timestamp.
> If the message expires in less than 24 hours the format "*In hh:mm:ss*" is
> used, otherwise the format is "*yyyy.mm.dd hh:mm:ss*" in the local user's
> timezone.
> The actual timestamp value with ms precision is still used when sorting the
> columns and is accessible via a cell tooltip.
> # The messages are now sortable by the *Timestamp* column, as the server now
> sends the unix timestamp instead of an already pre-rendered datetime string
> in the server's locale
> # Add a new sortable column that displays the messages persistent size.
> # Change the background color of the table row the mouse currently hovers
> over to light yellow.
> Here is screen-shot from before the changes:
> !ScreenShot_BeforePR.png!
> Here is a screen-shot from after the changes:
> !ScreenShot.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)