From: Michal Fojtik <[email protected]>
Signed-off-by: Michal fojtik <[email protected]> --- server/views/instances/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/views/instances/new.html.haml b/server/views/instances/new.html.haml index 5814b5a..77881ea 100644 --- a/server/views/instances/new.html.haml +++ b/server/views/instances/new.html.haml @@ -90,7 +90,7 @@ %fieldset{ :'data-role' => :fieldcontain} - @hardware_profiles.each do |profile| %input{ :type => :radio, :name => 'hwp_id', :value => profile.id, :id => profile.name, :'data-theme' => 'b'}/ - %label{ :for => profile.name, :onclick => "expandHWP('#{profile.name}');"}=profile.name + %label{ :for => profile.name, :onclick => "expandHWP('#{profile.name}');"}="#{profile.name} - #{profile.memory} MB" %div{ :'data-role' => :fieldcontain, :id => "property_container_#{profile.name}", :class => 'hwp_properties'} - if [email protected]? -- 1.8.0.2
