summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-09-18 11:43:52 +0000
committerGerrit Code Review <review@openstack.org>2021-09-18 11:43:52 +0000
commit48a42f5209c57115e85a256891c62b187603ed44 (patch)
tree74fc026c1065afa877fd1334c80abc3d2937ff31
parent4ce20afd6eb9a0edd683b232e286dcc80431fdd9 (diff)
parent820b738e22c7b5e235965be920a7f89b34819401 (diff)
downloadhorizon-48a42f5209c57115e85a256891c62b187603ed44.tar.gz
Merge "Proper title for Format column"
-rw-r--r--openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js8
1 files changed, 5 insertions, 3 deletions
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 9f0801723..3a22b26df 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