Re: [GUI Question] Snapshots Table

2015-01-08 Thread Mike Tutkowski
I can open a ticket. I'll probably just assign it to myself and do it for 4.6. On Thursday, January 8, 2015, Mike Tutkowski wrote: > Hi, > > Any thoughts on why we don't have the name of the snapshots as a column in > the snapshots table? > > We show this kind of info for VM Snapshots, but not

RE: [GUI Question] Snapshots Table

2015-01-08 Thread Somesh Naidu
: Thursday, January 08, 2015 4:56 PM To: dev@cloudstack.apache.org Subject: Re: [GUI Question] Snapshots Table Yeah, the first field is Name. I guess the main problem with not having this data in the table is if I have multiple snapshots for the same volume, then I have to know the relative creation

Re: [GUI Question] Snapshots Table

2015-01-08 Thread Mike Tutkowski
4:30 PM > To: dev@cloudstack.apache.org > Subject: Re: [GUI Question] Snapshots Table > > This is what I see in 4.6 (code is recent as of yesterday): > > http://i.imgur.com/ogZiZpT.png > > Thanks! > > On Thu, Jan 8, 2015 at 2:25 PM, Somesh Naidu > wrote: > >

RE: [GUI Question] Snapshots Table

2015-01-08 Thread Somesh Naidu
Can you click on one of the snapshots and see what is the first field being displayed? -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Thursday, January 08, 2015 4:30 PM To: dev@cloudstack.apache.org Subject: Re: [GUI Question] Snapshots Table This

Re: [GUI Question] Snapshots Table

2015-01-08 Thread Mike Tutkowski
This is what I see in 4.6 (code is recent as of yesterday): http://i.imgur.com/ogZiZpT.png Thanks! On Thu, Jan 8, 2015 at 2:25 PM, Somesh Naidu wrote: > I thought we did include the name both in the table and the UI, unless I > understood your query incorrectly, > > mysql> desc snapshots; > >

RE: [GUI Question] Snapshots Table

2015-01-08 Thread Somesh Naidu
I thought we did include the name both in the table and the UI, unless I understood your query incorrectly, mysql> desc snapshots; +--+-+--+-+-++ | Field| Type| Null | Key | Default | Extra |