From 062150f458fc58f0ce3a417bf48e7580c4f5c45c Mon Sep 17 00:00:00 2001 From: Sam Morrison Date: Wed, 1 Dec 2021 13:48:28 +1100 Subject: [PATCH] Include the images name on the image detail page Change-Id: I32b806fc6c42ad6a2b3087d595f5b4f0fe5447d5 --- .../static/app/core/images/details/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/static/app/core/images/details/overview.html b/openstack_dashboard/static/app/core/images/details/overview.html index d4eb5c63a2..de07fdbaeb 100644 --- a/openstack_dashboard/static/app/core/images/details/overview.html +++ b/openstack_dashboard/static/app/core/images/details/overview.html @@ -8,7 +8,7 @@ cls="dl-horizontal" item="ctrl.image" property-groups="[[ - 'id', 'type', 'status', 'size', 'min_disk', 'min_ram', 'disk_format', + 'id', 'name', 'type', 'status', 'size', 'min_disk', 'min_ram', 'disk_format', 'container_format', 'created_at', 'updated_at']]">