[
https://issues.apache.org/jira/browse/ARTEMIS-2987?focusedWorklogId=513884&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-513884
]
ASF GitHub Bot logged work on ARTEMIS-2987:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Nov/20 00:40
Start Date: 19/Nov/20 00:40
Worklog Time Spent: 10m
Work Description: jbertram commented on a change in pull request #3350:
URL: https://github.com/apache/activemq-artemis/pull/3350#discussion_r526516089
##########
File path:
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
##########
@@ -80,25 +80,26 @@ var Artemis;
</div>
<div class="form-group" ng-show="$ctrl.showMessageDetails">
<button class="btn btn-primary"
ng-click="$ctrl.showMessageDetails = false">Back</button>
- <h2>MessageID: {{$ctrl.currentMessage.messageID}}</h2>
- <h2>Headers</h2>
+ <h4>Message ID: {{$ctrl.currentMessage.messageID}}</h4>
+
+ <h4>Displaying body as <span
ng-bind="$ctrl.currentMessage.textMode"></span></h4>
Review comment:
I did a quick test for this with core, but this change is really just
superficial. There's no semantic change here. The same information is being
displayed as always, just in a slightly different way.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 513884)
Time Spent: 0.5h (was: 20m)
> Management Console -> Queue -> Message: view with text only
> -----------------------------------------------------------
>
> Key: ARTEMIS-2987
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2987
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Web Console
> Reporter: arne anka
> Assignee: Justin Bertram
> Priority: Minor
> Attachments: 1.jpg, 2.jpg, ARTEMIS-2987.patch,
> Screenshot_20201118_140052.png, Screenshot_20201118_153254.png,
> Screenshot_20201118_153435.png
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> In tab [Artemis]expand addresses to a queue with messages in it
> In the right area where the messages are listed click on a messaeg id
> A view opens that is full of the byte calue of the content.
> To get to a human readable representation one has to scroll down to the
> "text" section.
> When doin that the navigation bar disappears as well, so every timeI navigate
> to a new message I have to scroll down a lengthy view and scroll up gaian to
> get to the next message.
>
> Since my messages are esxclusively XML I have no use at all for the "byte"
> section, but it is impossible to get rid of it and I have to go through those
> tedious steps over and over again.
> Preferences do not offer a text-only representation.
>
> So, please include a representation that only shows the text, and while at it
> make the navigation bar stay in place when scrolling the message.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)