From 6b1406fb29e916617e38b577d37dd9ad43ab4f0b Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Mon, 29 Aug 2011 15:32:51 -0700 Subject: [PATCH] fix inverse project id & container format --- .../dashboard/templates/_syspanel_image_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack-dashboard/dashboard/templates/_syspanel_image_list.html b/openstack-dashboard/dashboard/templates/_syspanel_image_list.html index d308c2717..aa7f17656 100644 --- a/openstack-dashboard/dashboard/templates/_syspanel_image_list.html +++ b/openstack-dashboard/dashboard/templates/_syspanel_image_list.html @@ -36,8 +36,8 @@
  • Kernel ID: {{image.properties.kernel_id}}
  • Ramdisk ID: {{image.properties.ramdisk_id}}
  • Architecture: {{image.properties.architecture}}
  • -
  • Project ID: {{image.container_format}}
  • -
  • Container Format: {{image.properties.project_id}}
  • +
  • Project ID: {{image.properties.project_id}}
  • +
  • Container Format: {{image.container_format}}
  • Disk Format: {{image.disk_format}}