Skip to content
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

Disk list cannot be bounced back #3357

Closed
FourSpaces opened this issue May 22, 2024 · 2 comments · Fixed by #3411
Closed

Disk list cannot be bounced back #3357

FourSpaces opened this issue May 22, 2024 · 2 comments · Fixed by #3411
Assignees
Labels
bug this needs to be fixed community

Comments

@FourSpaces
Copy link

FourSpaces commented May 22, 2024

NOTE

If this case is urgent, please subscribe to SUBNET so that our 24/7 support team may help you faster.

Expected Behavior and current Behavior

On the metrics page, under the Info tab, the disk list in the servers list should be in a bounce back state, but it is now in a semi pop up state. Clicking the expand button will correctly expand, but when clicking the rebound button again, it will become this state.

image

Possible Solution

image

Change the margin-top: -100% in the above figure to margin-top: -200%, and it will work normally

@FourSpaces
Copy link
Author

I think modifications should be made https://github.com/minio/mds The code for the Accordion can solve this problem. But I see that the latest version of the MDS module is v2.2.5, but v1.0.2 is being used here. Is there any problem?

https://github.com/minio/mds/blob/bb726ae83ac248b590f46ab41e70a1135eeece7a/src/components/Accordion/Accordion.tsx#L67

@bexsoft
Copy link
Collaborator

bexsoft commented May 23, 2024

I think modifications should be made https://github.com/minio/mds The code for the Accordion can solve this problem. But I see that the latest version of the MDS module is v2.2.5, but v1.0.2 is being used here. Is there any problem?

https://github.com/minio/mds/blob/bb726ae83ac248b590f46ab41e70a1135eeece7a/src/components/Accordion/Accordion.tsx#L67

Hi @FourSpaces!

mds 1 and mds 2 are two different base codes but we can fix this for both versions.

@bexsoft bexsoft self-assigned this May 23, 2024
@bexsoft bexsoft added bug this needs to be fixed and removed triage labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug this needs to be fixed community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants