Andy Taylor
686a61dd65
ARTEMIS-3332 - fix search on consumer count in console
...
https://issues.apache.org/jira/browse/ARTEMIS-3332
2021-06-07 13:16:52 +02:00
Erwin Dondorp
02a6db8c84
NO-JIRA fixed spelling error in code of broker diagram
2021-04-18 21:10:32 -04:00
Domenico Francesco Bruscino
2f851cbbe0
ARTEMIS-3203 Match filter field names with view field names
...
The filter and the view use different convection for field names, ie the
connection view uses the `sessionID` field name while the connection filter
uses the `SESSION_ID` field name. This commit replace the field names used
by the filter with the field names used by the view preserving the backward
compatibility.
2021-04-01 12:23:00 -05:00
Justin Bertram
ad964b1bd8
ARTEMIS-3217 unescape address name from JMX
2021-04-01 12:21:50 +01:00
Erwin Dondorp
6d379d1aa7
NO-JIRA visually separate the controls in groups
...
The "filter" toolbar above many pages has all controls without spacing.
This PR inserts a little bit of spacing to make the groups of controls
more obvious.
Spacing is applied 3 times:
- at the start of the row to separate it from the left margin
- at "sort order" to separate the "filter" group from the "ordering"
group
- at "columns" to separate it from "reset"
Since the "looking glass" being an icon, no extra spacing was needed
there.
Note: I tried to use "1em" as spacing, but that did not work, so this PR
uses "10px".
2021-03-17 09:47:42 -05:00
Domenico Francesco Bruscino
14755a0296
ARTEMIS-3152 Fix console column selectors
...
The `hawtioConfirmDialog` directive replaces the html of any element with the
class `.modal-body` when the element is shown.
2021-03-17 14:28:51 +01:00
Domenico Francesco Bruscino
11f4403cc7
ARTEMIS-3132 Inhibit context menu and dblclick handler of broker diagram
2021-03-09 11:52:27 -06:00
Andy Taylor
4483a8ce22
ARTEMIS-3154 - Add support for navigation/deleting messages while being browsed in the details
...
https://issues.apache.org/jira/browse/ARTEMIS-3154
2021-03-09 10:41:53 -06:00
Andy Taylor
46858bcfc3
ARTEMIS-3130 - fixing broken filter fields in console
...
https://issues.apache.org/jira/browse/ARTEMIS-3130
2021-03-02 12:55:45 +01:00
Justin Bertram
3296d431cf
ARTEMIS-3124 readability for 'Expires' when browsing via console
2021-02-17 15:37:41 -05:00
Domenico Francesco Bruscino
41affe11ee
ARTEMIS-3086 Fix diagram refresh
2021-02-08 07:09:50 -05:00
Erwin Dondorp
6694912121
NO-JIRA remove single quotes on status screen title
2021-02-07 13:07:49 -06:00
Justin Bertram
9b2d9b19b3
ARTEMIS-3095 clarify diagram check-boxes w/whitespace
2021-02-07 11:16:08 -05:00
Andy Taylor
ea7f001776
ARTEMIS-3043 - improvements on new console
...
https://issues.apache.org/jira/browse/ARTEMIS-3043
2021-01-06 10:47:57 -05:00
Andy Taylor
27c5240713
ARTEMIS-3029 - wrong heading on producers tab in console
...
https://issues.apache.org/jira/browse/ARTEMIS-3029
2020-12-14 11:41:40 -05:00
Andy Taylor
216e267c07
ARTEMIS-3022 - Add original queue column on browse tab when looking at dlq or expiry
...
https://issues.apache.org/jira/browse/ARTEMIS-3022
2020-12-08 10:44:59 -05:00
Andy Taylor
232c7b16aa
ARTEMIS-3018 - Console dlq pref doesn work with multiple dlq's
...
https://issues.apache.org/jira/browse/ARTEMIS-3018
2020-12-04 12:25:39 +00:00
Justin Bertram
bfc07062a9
ARTEMIS-2987 improve message body display
2020-11-18 21:03:25 -05:00
sebthom
9d97c3b6de
ARTEMIS-2986 Improving Browsing functionality on the web console
...
This commit improves the "Browse Queues" view in the following ways:
1. Remove unused column "Queue Count"
1. When clicking on an address in the "address" column the respective address is selected in the navigation tree
1. Make "name" cell in each row clickable so it selects the respective queue in the navigation tree and sets the queue filter.
1. Make "message count" cell in each row clickable so it navigates to the message queue browser.
2020-11-17 15:11:59 -05:00
Clebert Suconic
cecebb3f6e
Revert "ARTEMIS-2983 Improving Browsing functionality on the web console"
...
This reverts commit 42e31e0494
.
I am doing the revert just apply the correct JIRA, as I used the wrong JIRA ID by accident
2020-11-17 15:11:31 -05:00
sebthom
42e31e0494
ARTEMIS-2983 Improving Browsing functionality on the web console
...
This commit improves the "Browse Queues" view in the following ways:
1. Remove unused column "Queue Count"
1. When clicking on an address in the "address" column the respective address is selected in the navigation tree
1. Make "name" cell in each row clickable so it selects the respective queue in the navigation tree and sets the queue filter.
1. Make "message count" cell in each row clickable so it navigates to the message queue browser.
2020-11-17 14:26:22 -05:00
Andy Taylor
1fa038a71c
ARTEMIS-3000 - Console browse message filter broken
...
https://issues.apache.org/jira/browse/ARTEMIS-3000
2020-11-17 14:09:01 -05:00
Tadayoshi Sato
3fa2f8e882
ARTEMIS-2989 Remove random client-side debug log in Web console
2020-11-16 15:20:44 -06:00
Domenico Francesco Bruscino
89c93ce3f0
ARTEMIS-2993 Sanitize artemis plugin console components
2020-11-16 15:17:09 -06:00
Andy Taylor
3a82c830f0
ARTEMIS-2838 adding missing "send message" tab for addresses
...
plus removed some erronious logging
https://issues.apache.org/jira/browse/ARTEMIS-2838
2020-10-20 10:57:24 -04:00
Andy Taylor
0ce173dcb5
ARTEMIS-2838 - migrate to HawtIO 2
...
https://issues.apache.org/jira/browse/ARTEMIS-2838
2020-10-09 09:20:29 +01:00
gtully
a69b2aee7b
ARTEMIS-2836 - console diagram view, remove broken links and verbose logging
2020-07-08 13:10:52 +01:00
avi5kdonrh
d6655135e4
ARTEMIS-2805 wrong day-of-month in web console
...
The web console displays the day of the week instead of the day of the
month in the timestamp column while browsing a queue from the web
console. This commit fixes this by calling the getDate method instead of
the getDay method on the date object.
2020-06-15 12:18:48 -05:00
Andy Taylor
cf9234e95a
ARTEMIS-2786 - fix month in browse console
...
https://issues.apache.org/jira/browse/ARTEMIS-2786
2020-06-01 12:02:31 +01:00
sebthom
54daa445ed
ARTEMIS-2541 Improve message browser of Admin UI
2019-11-08 12:31:50 +01:00
Sebastian Thomschke
a1266e63f9
NO-JIRA Fix indention in browser.js
2019-11-06 13:50:33 +01:00
sebthom
318c26cde7
ARTEMIS-2540 Display LargeMessage column in message browser of admin UI
2019-11-05 20:02:51 -05:00
TonyJulin
24c55c8eba
ARTEMIS-2444 Artemis hawtio plugin overriding sublevel tabs
2019-08-13 13:07:30 -05:00
Howard Gao
18d5502d6d
ARTEMIS-1825 Live-backup topology not correctly displayed on console
...
Second commit. The topology shown on backup's console is not yet
correct. This fixes the problem.
2019-06-20 16:29:58 +02:00
Jiri Danek
b33874488b
ARTEMIS-2320 Assorted small code fixes, mostly from IntelliJ autofixes
2019-04-29 11:28:10 +01:00
Sebastian Thomschke
87da980df2
NO-JIRA Fix log statement in sessions.js
2019-04-09 22:52:51 +01:00
sebthom
a0631ec1da
ARTEMIS-2281 Enhancements for addresses/queues of web console
2019-04-09 22:47:42 +01:00
andytaylor
2d768760af
ARTEMIS-2235 - remove credentials from browser log
...
https://issues.apache.org/jira/browse/ARTEMIS-2235
2019-01-22 12:08:28 +01:00
Shailendra Kumar Singh
a9b3e83234
ARTEMIS-2137 web console retryMessage is broken
2018-12-16 20:38:07 -06:00
Shailendra Kumar Singh
ca4dcc5b35
[ARTEMIS-2166]Unable to delete queue with single quote from console
2018-12-13 13:48:09 -06:00
Howard Gao
ae320c14a5
ARTEMIS-1825 Live-backup topology not correctly displayed on console
2018-11-09 14:43:34 +00:00
feuillemorte
a65e711fbc
ARTEMIS-2125 Tabs preference changes to display columns not persistent through page refresh
2018-11-08 23:50:08 +00:00
sebthom
d7aa9e5077
ARTEMIS-2141 Add Filter column to Consumers View of AdminUI
2018-10-29 20:42:05 +00:00
Howard Gao
7c699ff46b
ARTEMIS-2133 Artemis tab not showing on IE browser
...
The web console on IE doesn't have 'Artemis' showed up because
it doesn't support javascripts => function.
2018-10-17 20:50:36 -04:00
Francesco Nigro
c4dd09cb8d
ARTEMIS-2125 Tabs pref changes to display columns not persisted through page refresh
2018-10-16 13:41:40 +02:00
Tadayoshi Sato
fe971a7a97
ARTEMIS-2125 Queue preference changes to display columns not persistent through page refresh
2018-10-15 14:38:43 +09:00
Francesco Nigro
d603332a8f
ARTEMIS-2114 hawtio dest delete/purge buttons overlap if pane resized
...
Changing the view layout from horizontal to vertical avoid the resizing
issue
2018-10-08 16:28:41 +02:00
Stanislav Knot
49bb442499
ARTEMIS-1744 fix removing addresses and queues with '*' or '?' in their names via hawtio console
2018-04-17 11:16:08 +08:00
Stanislav Knot
6537877d7a
ARTEMIS-1782 fix for displaying hawtio console sub-level tabs
2018-04-17 11:11:49 +08:00
Stanislav Knot
d6ff3e55d3
NO-JIRA browsing messages do not change items per page
2018-03-29 11:22:37 -04:00