[request] VM list remember column changes

BloodyIron

Renowned Member
Jan 14, 2013
347
42
93
When I am using server view, and I select a node and search, then see the list of VMs, I want to be able to retain any changes to the columns I make. For example, when I add the Memory Size column, I have to add it every time I come back to this. This is annoying. It would be nice to get more column options too, such as disk IO in/out, for starters. There are some redundant options but good ones too, so maybe revisit this element.

Please?
 
But, with html5 storage, I think we can delete an element manually
localStorage.removeItem(key);
So, it should be possible to reset it.

Sure, but you need to expose a button to the user to trigger that action (somewhere).
 
A cookie wouldn't transfer between systems though, which would defeat the point of this by a fair bit. Perhaps some preference per user, or maybe have it set per system? Or, if you are so inclined, make it so this can become an option "menu options per system or per user"?

I'm going to go post to bugzilla now... 23 skiddooo!

Maybe simply with a session cookie ?
Like this on browser close, this is resetted ?

Implementation seem quite simple
http://dev.sencha.com/deploy/ext-4.0.0/examples/grid/array-grid.html


But, with html5 storage, I think we can delete an element manually
localStorage.removeItem(key);
So, it should be possible to reset it.