[PATCH conductor] Adds id of provider_type to list in XML

pblaho at redhat.com pblaho at redhat.com
Thu Jul 26 13:30:08 UTC 2012


From: Petr Blaho <pblaho at redhat.com>

---
 src/app/views/provider_types/_list.xml.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/provider_types/_list.xml.haml b/src/app/views/provider_types/_list.xml.haml
index d612421..8342788 100644
--- a/src/app/views/provider_types/_list.xml.haml
+++ b/src/app/views/provider_types/_list.xml.haml
@@ -1,6 +1,6 @@
 !!! XML
 %provider_types
   - @provider_types.each do |p|
-    %provider_type
+    %provider_type{:id => p.id}
       %name= p.name
       %deltacloud_driver= p.deltacloud_driver
-- 
1.7.7.6




More information about the aeolus-devel mailing list