[ASK] Is it possible to sort lists in Cloudstack UI?

2015-03-17 Thread Paul Shadwell
We have a lot of objects in our Cloudstack environment so when it comes to listing, domains, accounts, networks, volumes, instances etc. it is a laborious task trying to find items because nothing is sorted logically. It would be great to have list tables where you can click the column heading

Re: [ASK] Is it possible to sort lists in Cloudstack UI?

2015-03-17 Thread Rajani Karuturi
http://markmail.org/thread/obmgwpbrezgnv4dm ~Rajani On Tue, Mar 17, 2015 at 5:19 PM, Andrija Panic andrija.pa...@gmail.com wrote: There was already discussion on this subject long time ago - not sure if that was sorted out in 4.5 or not ? On 17 March 2015 at 12:21, Stephen Turner

Re: [ASK] Is it possible to sort lists in Cloudstack UI?

2015-03-17 Thread Andrija Panic
There was already discussion on this subject long time ago - not sure if that was sorted out in 4.5 or not ? On 17 March 2015 at 12:21, Stephen Turner stephen.tur...@citrix.com wrote: I think this would have to be done server-side, and exposed through the API, because the UI can only retrieve

RE: [ASK] Is it possible to sort lists in Cloudstack UI?

2015-03-17 Thread Stephen Turner
I think this would have to be done server-side, and exposed through the API, because the UI can only retrieve 500 rows at a time. -- Stephen Turner -Original Message- From: Paul Shadwell [mailto:p...@shadwell.ch] Sent: 17 March 2015 11:15 To: dev@cloudstack.apache.org Subject: [ASK]

Re: [ASK] Is it possible to sort lists in Cloudstack UI?

2015-03-17 Thread Remi Bergsma
Hi, I almost forgot about this :-) If we can come up with something we all agree on, I can give it another try and create a pull request. In the original tread we said we didn’t want to do it on the server side. Do we still agree? We talked about sorting domain drop down lists but there’s

Re: [ASK] Is it possible to sort lists in Cloudstack UI?

2015-03-17 Thread Mike Tutkowski
As long as it's clear that the GUI may not contain all of the info in its current view of the data, I don't see a problem with us offering sorting support on a column-by-column basis. Perhaps one of our GUI-focused people could comment, though. On Tue, Mar 17, 2015 at 9:04 AM, Remi Bergsma