Replies: 13 comments 1 reply
|
Hi! Thanks for the feedback. This feature is actually already implemented — the expanded/collapsed state of the inventory tree is automatically saved to your browser's local storage and restored when you come back. This includes:
If it's not working for you, could you help us troubleshoot?
This will help us figure out if there's an edge case we need to fix. Thanks! |
It looks like its mostly for the Storage and Network section but collasping and expanding all only impacts the Node inventory, not the storage or network part of it. |
|
Thanks for the details! That helps a lot. You're right — we found the issue. The Storage section sub-items (expanded clusters/nodes inside the Storage tree) were not being persisted. Only the main inventory tree (nodes/VMs) and the section headers (Storage open/closed) were saved. We've just pushed a fix that now persists the expanded state of items inside the Storage tree as well. It will be included in the next release. For the Network section: this one is intentionally not persisted since the data is lazy-loaded on click (not fetched by default), so it resets by design. Let us know if the fix resolves your issue once you update! |
|
Thanks the storage section now persists, however, expand/collapse all still only expands/collapses the VM inventory, not the storage or network inventory. If i manually expand the Storage inventory it does stay on close and reopen which is good. Just need the expand/collapse all to impact the other sections. |
|
Great feedback! We just pushed another update that addresses this: Expand/Collapse All now covers all sections:
Additionally, the Backup and Migration tree expanded states are now also persisted in localStorage, so they survive browser restarts just like Storage. This will be in the next release. Let us know how it goes! |
|
ok, getting there =) VM inventory and storage now Expand/Collapse all and persist on close, network section does not collaspe/expand all.. I know this section will not persist but does not seem to be expanding/collapsing all. |
|
Good catch — the Network tree items (connections, nodes, VLANs) were not being expanded by the button. Just pushed a fix for that too. Expand All now also:
Collapse All resets the Network tree as well. Should be in the next build! |
|
Got it — you meant the right panel (the detail view), not the left tree! We just added:
Next build will have it. Let us know if that covers your use case! |
|
Right side now expands/collaspes and persists! SO much better, thank you for the effort! |
|
Glad the right side is working! For the left tree Network section — good catch on the VLANs. Expand All was only opening connections and nodes, but not the VLAN groups (like "untagged"). Just pushed a fix — it now expands all the way down to VLANs so you can see the VMs underneath. Next build will have it! |
|
There we go! Perfect.. Thank you! Looks great.. |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Not sure if its possible, but is there a way to save your previous view in inventory so if you had everything expanded it stays that way and stops collapsing on each exit? It becomes cumbersome to have to expand everything each time, especially if you have a lot of nodes, storage and network configurations. Would be great to maintain the expanded view.. I know there is an expand and collapse all which helps.. but it still is required to use it each time.. Previous state would be ideal.. Thank you.
All reactions