diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js index 9f08017236..3a22b26dfc 100644 --- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js +++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js @@ -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