From c3dd183b1e945a1928730544200a05d7ee677048 Mon Sep 17 00:00:00 2001 From: "Joseph W. Breu" Date: Wed, 26 Oct 2011 15:18:52 -0500 Subject: [PATCH] container_format and project_id are flipped --- .../templates/django_openstack/syspanel/images/_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django-openstack/django_openstack/templates/django_openstack/syspanel/images/_list.html b/django-openstack/django_openstack/templates/django_openstack/syspanel/images/_list.html index af40d270f3..fcfa8bbf23 100644 --- a/django-openstack/django_openstack/templates/django_openstack/syspanel/images/_list.html +++ b/django-openstack/django_openstack/templates/django_openstack/syspanel/images/_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}}