-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dashboard): add JVM Details card #896
feat(dashboard): add JVM Details card #896
Conversation
9f15d13
to
e1df0ff
Compare
Test image available:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll wait for yours and pull it out to a shared component. |
Test image available:
|
2a0ffe2
to
54244ec
Compare
Test image available:
|
Test image available:
|
This PR/issue depends on:
|
557da7e
to
206126e
Compare
Test image available:
|
Test image available:
|
108c8fc
to
5c14705
Compare
No features for #895 right? |
I could (re)add that into the new shared component. |
Test image available:
|
Sure! I think I have a const here to define them. I guess we can extract into a common function to return this array.
|
Test image available:
|
Test image available:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me!
Bah, I need to rebase to sign commits. |
Signed-off-by: Andrew Azores <[email protected]>
Signed-off-by: Andrew Azores <[email protected]>
Signed-off-by: Andrew Azores <[email protected]>
3d18ba0
to
70399a8
Compare
Test image available:
|
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit --amend --signoff
Fixes: #894
Fixes: #895
Depends on #891
Description of the change:
This adds a simple dashboard card that simply displays basic information about the selected target JVM such as its connection URL, alias, and labels/annotations.
Motivation for the change:
This provides users with a nicer presentation of the data currently displayed on the
<TargetSelect/>
component expansion, which the user might need to know in order to define matchExpression credentials, automated rules, or to filter/sort through the All Archives table. A follow-up PR will add further MBean-based information to this card as well.How to manually test: