Include the images name on the image detail page

Change-Id: I32b806fc6c42ad6a2b3087d595f5b4f0fe5447d5
This commit is contained in:
Sam Morrison 2021-12-01 13:48:28 +11:00
parent f9bab3fe19
commit 062150f458
1 changed files with 1 additions and 1 deletions

View File

@ -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']]">
</hz-resource-property-list>
</div>