Disk list cannot be bounced back
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.
Possible Solution
Change the margin-top: -100% in the above figure to margin-top: -200%, and it will work normally
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
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.