-
Notifications
You must be signed in to change notification settings - Fork 41
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
Tornjak dashboard details metadata and UI [Part2] #18
Conversation
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
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.
Thanks @mamy-CS , feature is awesome, tested and looks and feels great! Have couple comments on code changes, some error handling, code reuse and a couple nits.
tornjak-frontend/src/components/dashboard/entries-dashboard-table.js
Outdated
Show resolved
Hide resolved
tornjak-frontend/src/components/dashboard/entries-dashboard-table.js
Outdated
Show resolved
Hide resolved
Testing had a console error
Can you help verify if this is because of pre-materia upgrade to the latest version like the other errors ? |
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.
Warning: Failed prop type: Invalid prop modifiers
of type array
supplied to ForwardRef(Popper)
, expected object
.
Yes, this warning is because of Datagrid version, warning removed in V5.
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
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.
Couple suggestions on naming / reuse and questions about making certain functions private in tornjak-helper.js
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
tornjak-frontend/src/components/dashboard/agents-dashboard-table.js
Outdated
Show resolved
Hide resolved
tornjak-frontend/src/components/dashboard/agents-dashboard-table.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
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.
LGTM, 1 minor nit.
tornjak-frontend/src/components/dashboard/entries-dashboard-table.js
Outdated
Show resolved
Hide resolved
code lgtm, need some additional comments for structures defined at top of |
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
@mamy-CS Selected details on agents doesn't seem to work for me, can you check that piece of code? Direct hits on cluster details page also doesnt work for me (it works fine for entries) |
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.
For clusters, the error message i got is
For the agent, the issue seems to be that whenever, there is a |
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Can you take a run through the file as well to find the similar instances of use |
bc0e4df
to
d909435
Compare
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
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.
LGTM, thanks for helping to fix the issues that came up
Moving - lumjjb/tornjak-old#95
Tornjak Details page
#6
Signed-off-by: Mohammed Abdi mohammed.munir.abdi@ibm.com