console icon indicating copy to clipboard operation
console copied to clipboard

Disk list cannot be bounced back

Open FourSpaces opened this issue 1 year ago • 2 comments

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 avatar May 22 '24 09:05 FourSpaces

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

FourSpaces avatar May 23 '24 01:05 FourSpaces

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 avatar May 23 '24 16:05 bexsoft