[PATCH] BZ863055 - correct provider's image ID field

tzumainn at redhat.com tzumainn at redhat.com
Thu Oct 4 17:04:46 UTC 2012


From: Tzu-Mainn Chen <tzumainn at redhat.com>

---
 src/app/views/images/_status.html.mustache |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/images/_status.html.mustache b/src/app/views/images/_status.html.mustache
index af25716..9f73fe7 100644
--- a/src/app/views/images/_status.html.mustache
+++ b/src/app/views/images/_status.html.mustache
@@ -54,7 +54,7 @@
                     {{account.provider_name}}
                   </td>
                   <td class="light">
-                    {{provider_image.uuid}}
+                    {{provider_image.target_identifier}}
                   </td>
                   <td class="image_controls light">
                       {{#push_status.is_active_push}}
-- 
1.7.6.5




More information about the aeolus-devel mailing list