-
Notifications
You must be signed in to change notification settings - Fork 169
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
Update cluster storage modal #3529
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cc @xianli123 , I have updated the description with required screenshot when custom path is empty, Currently I have displayed this error, let me know your thoughts around here |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3529 +/- ##
==========================================
+ Coverage 85.42% 85.51% +0.09%
==========================================
Files 1353 1342 -11
Lines 31129 31128 -1
Branches 8692 8712 +20
==========================================
+ Hits 26591 26620 +29
+ Misses 4538 4508 -30
... and 18 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
frontend/src/pages/projects/screens/detail/storage/ClusterStorageTableRow.tsx
Outdated
Show resolved
Hide resolved
07b329b
to
fdbd40a
Compare
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.
There should be label ("Connected") for already connected workbenches, check here
frontend/src/pages/projects/screens/detail/storage/ClusterStorageTableRow.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/detail/storage/ClusterStorageTableRow.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/detail/storage/ClusterStorageTableRow.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/detail/storage/clusterTableColumns.ts
Outdated
Show resolved
Hide resolved
a73c61a
to
8bae307
Compare
There is an edge case where the newly added mount path will be reset to default. Here is the step to reproduce:
|
Thanks @pnaik1. |
@xianli123 Thanks for the review, the popover will trigger when clicked on Screen.Recording.2024-12-02.at.5.32.13.PM.mov |
@pnaik1 Thanks for doing it! LGTM! |
https://issues.redhat.com/browse/RHOAIENG-1098
Description
Refer the mock the design
Screen.Recording.2024-11-28.at.5.01.05.PM.mov
How Has This Been Tested?
Refer mocks to cover all the checks
Test Impact
Added cypress test
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main