Merge "Include the images name on the image detail page"

This commit is contained in:
Zuul 2021-12-09 10:39:35 +00:00 committed by Gerrit Code Review
commit fc10126281

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>