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: 'name_or_id', title: gettext('Name'), priority: 1 },
|
||||||
{ id: 'updated_at', title: gettext('Updated'), filters: ['simpleDate'], priority: 2 },
|
{ id: 'updated_at', title: gettext('Updated'), filters: ['simpleDate'], priority: 2 },
|
||||||
{ id: 'size', title: gettext('Size'), filters: ['bytes'], 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 }
|
{ id: 'visibility', title: gettext('Visibility'), filters: [getVisibility], priority: 2 }
|
||||||
],
|
],
|
||||||
snapshot: [
|
snapshot: [
|
||||||
{ id: 'name', title: gettext('Name'), priority: 1 },
|
{ id: 'name', title: gettext('Name'), priority: 1 },
|
||||||
{ id: 'updated_at', title: gettext('Updated'), filters: ['simpleDate'], priority: 2 },
|
{ id: 'updated_at', title: gettext('Updated'), filters: ['simpleDate'], priority: 2 },
|
||||||
{ id: 'size', title: gettext('Size'), filters: ['bytes'], 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 }
|
{ id: 'visibility', title: gettext('Visibility'), filters: [getVisibility], priority: 2 }
|
||||||
],
|
],
|
||||||
volume: [
|
volume: [
|
||||||
@ -265,7 +267,7 @@
|
|||||||
options: statuses
|
options: statuses
|
||||||
},
|
},
|
||||||
type: {
|
type: {
|
||||||
label: gettext('Type'),
|
label: gettext('Format'),
|
||||||
name: 'disk_format',
|
name: 'disk_format',
|
||||||
singleton: true,
|
singleton: true,
|
||||||
options: diskFormats
|
options: diskFormats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user