Actual result: Expanded tab will be closed in 5 seconds or less because of reloading the page
Expected result: Remove reloading and add ability to setup refreshing time
Dev Notes
The issue is triggered by re-rendering due to state change
For tables (based on react-table) use the autoResetExpanded property set to false
For cluster view - the issue there is with auto opening when filter is enabled (due to change in data there is an in between state where the filterEnabled value changes between true/false - which affects the expanded state for the clusters)
How to test
FB:
Check that table/filter state is not reset on services table and on cluster view.
STR
Open Services page
Click on Details for any service
Actual result: Expanded tab will be closed in 5 seconds or less because of reloading the page
Expected result: Remove reloading and add ability to setup refreshing time
Dev Notes
The issue is triggered by re-rendering due to state change
For tables (based on react-table) use the
autoResetExpanded
property set tofalse
For cluster view - the issue there is with auto opening when filter is enabled (due to change in data there is an in between state where the
filterEnabled
value changes between true/false - which affects the expanded state for the clusters)