kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.11k stars 364 forks source link

Kimchi: [New UI] Storage Volumes information is inverted #775

Open Truja opened 8 years ago

Truja commented 8 years ago

Create a guest with a volume in Default pool, for instance. Go to Storage Pool tab, and click in the expand button of the Default pool ( in order to see its volumes )

Notice that the volume information is wrongly showed, like: qcow2 | file | 196.0K |10.0G Format| Type | Allocation | Capacity

Seems that the header in below.

samhenri commented 8 years ago

It was implemented following the design specs. The table view wasn't implemented because we don't support volume conversion to different formats yet so it doesn't make sense to make the volumes selectable, sortable or filtered.

BTW, I believe we have to discuss with the community the action button behavior because it looks like it is going to have the same issues we had with Repositories and Debug Reports in Gingerbase.

storage_8 storage_4 storage_5 storage_6

Truja commented 8 years ago

Notice the difference: selection_032

selection_033

Second is much more user friendly.

Sent patch "Fix issue #774 - Invert keys and values in storage volumes boxes"