You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2010/07/09 01:49:39 UTC

svn commit: r962363 - /incubator/deltacloud/trunk/server/views/hardware_profiles/show.xml.haml

Author: lutter
Date: Thu Jul  8 23:49:39 2010
New Revision: 962363

URL: http://svn.apache.org/viewvc?rev=962363&view=rev
Log:
Added name to Hardware Profile

Modified:
    incubator/deltacloud/trunk/server/views/hardware_profiles/show.xml.haml

Modified: incubator/deltacloud/trunk/server/views/hardware_profiles/show.xml.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/hardware_profiles/show.xml.haml?rev=962363&r1=962362&r2=962363&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/hardware_profiles/show.xml.haml (original)
+++ incubator/deltacloud/trunk/server/views/hardware_profiles/show.xml.haml Thu Jul  8 23:49:39 2010
@@ -1,6 +1,8 @@
 - unless defined?(partial)
   !!! XML
 %hardware_profile{ :href => hardware_profile_url(@profile.name), :id => @profile.name }
+  %name<
+    =@profile.name
   - @profile.each_property do |prop|
     - attr = { :name => prop.name, :kind => prop.kind, :unit => prop.unit }
     - if prop.kind == :fixed