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 date in order to have a good chance at clicking on the right row in the table to get to the correct details page.
On Thu, Jan 8, 2015 at 2:47 PM, Somesh Naidu <somesh.na...@citrix.com> wrote: > 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 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 <somesh.na...@citrix.com> > wrote: > > > 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 > > | > > > > > +------------------+---------------------+------+-----+---------+----------------+ > > | id | bigint(20) unsigned | NO | PRI | NULL | > > auto_increment | > > | data_center_id | bigint(20) unsigned | NO | | NULL | > > | > > | account_id | bigint(20) unsigned | NO | MUL | NULL | > > | > > | domain_id | bigint(20) unsigned | NO | | NULL | > > | > > | volume_id | bigint(20) unsigned | NO | MUL | NULL | > > | > > | disk_offering_id | bigint(20) unsigned | NO | | NULL | > > | > > | status | varchar(32) | YES | | NULL | > > | > > | path | varchar(255) | YES | | NULL | > > | > > | name | varchar(255) | NO | MUL | NULL | > > | > > | uuid | varchar(40) | YES | UNI | NULL | > > | > > | snapshot_type | int(4) | NO | MUL | NULL | > > | > > | type_description | varchar(25) | YES | | NULL | > > | > > | size | bigint(20) unsigned | NO | | NULL | > > | > > | created | datetime | YES | | NULL | > > | > > | removed | datetime | YES | MUL | NULL | > > | > > | backup_snap_id | varchar(255) | YES | | NULL | > > | > > | swift_id | bigint(20) unsigned | YES | | NULL | > > | > > | sechost_id | bigint(20) unsigned | YES | | NULL | > > | > > | prev_snap_id | bigint(20) unsigned | YES | MUL | NULL | > > | > > | hypervisor_type | varchar(32) | NO | | NULL | > > | > > | version | varchar(32) | YES | | NULL | > > | > > | s3_id | bigint(20) unsigned | YES | MUL | NULL | > > | > > > > > +------------------+---------------------+------+-----+---------+----------------+ > > 22 rows in set (0.00 sec) > > > > -----Original Message----- > > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > > Sent: Thursday, January 08, 2015 4:03 PM > > To: dev@cloudstack.apache.org > > Subject: [GUI Question] Snapshots Table > > > > 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 for "backup" > Snapshot. > > > > Thanks, > > > > -- > > *Mike Tutkowski* > > *Senior CloudStack Developer, SolidFire Inc.* > > e: mike.tutkow...@solidfire.com > > o: 303.746.7302 > > Advancing the way the world uses the cloud > > <http://solidfire.com/solution/overview/?video=play>*™* > > > > > > -- > *Mike Tutkowski* > *Senior CloudStack Developer, SolidFire Inc.* > e: mike.tutkow...@solidfire.com > o: 303.746.7302 > Advancing the way the world uses the cloud > <http://solidfire.com/solution/overview/?video=play>*™* > -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkow...@solidfire.com o: 303.746.7302 Advancing the way the world uses the cloud <http://solidfire.com/solution/overview/?video=play>*™*