Merge "Proper title for Format column"
This commit is contained in:
commit
48a42f5209
@ -168,14 +168,16 @@
|
||||
{ id: 'name_or_id', title: gettext('Name'), priority: 1 },
|
||||
{ id: 'updated_at', title: gettext('Updated'), filters: ['simpleDate'], priority: 2 },
|
||||
{ id: 'size', title: gettext('Size'), filters: ['bytes'], priority: 2 },
|
||||
{ id: 'disk_format', title: gettext('Type'), filters: [getImageDiskFormat], priority: 2 },
|
||||
{ id: 'disk_format', title: gettext('Format'),
|
||||
filters: [getImageDiskFormat], priority: 2 },
|
||||
{ id: 'visibility', title: gettext('Visibility'), filters: [getVisibility], priority: 2 }
|
||||
],
|
||||
snapshot: [
|
||||
{ id: 'name', title: gettext('Name'), priority: 1 },
|
||||
{ id: 'updated_at', title: gettext('Updated'), filters: ['simpleDate'], priority: 2 },
|
||||
{ id: 'size', title: gettext('Size'), filters: ['bytes'], priority: 2 },
|
||||
{ id: 'disk_format', title: gettext('Type'), filters: [getImageDiskFormat], priority: 2 },
|
||||
{ id: 'disk_format', title: gettext('Format'),
|
||||
filters: [getImageDiskFormat], priority: 2 },
|
||||
{ id: 'visibility', title: gettext('Visibility'), filters: [getVisibility], priority: 2 }
|
||||
],
|
||||
volume: [
|
||||
@ -265,7 +267,7 @@
|
||||
options: statuses
|
||||
},
|
||||
type: {
|
||||
label: gettext('Type'),
|
||||
label: gettext('Format'),
|
||||
name: 'disk_format',
|
||||
singleton: true,
|
||||
options: diskFormats
|
||||
|
Loading…
Reference in New Issue
Block a user