[PATCH] BZ 844634 add correct hwp info to instance popup

Tzu-Mainn Chen tzumainn at redhat.com
Mon Aug 13 18:06:10 UTC 2012


---
 src/app/views/logs/_instance_popup.html.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/logs/_instance_popup.html.haml b/src/app/views/logs/_instance_popup.html.haml
index 663a3db..4430bec 100644
--- a/src/app/views/logs/_instance_popup.html.haml
+++ b/src/app/views/logs/_instance_popup.html.haml
@@ -13,4 +13,4 @@
     %td= instance.image.nil? ? t('logs.index.not_available') : instance.image.name
   %tr
     %td= t('logs.index.hwp')
-    %td= instance.instance_hwp.nil? ? t('logs.index.not_available') : instance.instance_hwp.name
+    %td= instance.hardware_profile.nil? ? t('logs.index.not_available') : instance.hardware_profile.name
-- 
1.7.6.5




More information about the aeolus-devel mailing list