# Summary On AppDetails page, the expanded node details section collapses when data gets refreshed   # Motivation Currently, the expanded node details section collapses when data gets refreshed every 30 sec because of which user has to expand the section again. # Proposal Maintain some state to keep the section expanded even after data refresh similar to Node Tree present on the left side. AB#94