You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2011/08/25 15:44:15 UTC

svn commit: r1161567 - /incubator/deltacloud/trunk/server/views/instances/new.html.haml

Author: mfojtik
Date: Thu Aug 25 13:44:15 2011
New Revision: 1161567

URL: http://svn.apache.org/viewvc?rev=1161567&view=rev
Log:
Removed AJAX from new instance UI

Modified:
    incubator/deltacloud/trunk/server/views/instances/new.html.haml

Modified: incubator/deltacloud/trunk/server/views/instances/new.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/instances/new.html.haml?rev=1161567&r1=1161566&r2=1161567&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/instances/new.html.haml (original)
+++ incubator/deltacloud/trunk/server/views/instances/new.html.haml Thu Aug 25 13:44:15 2011
@@ -2,7 +2,7 @@
 =subheader @image.description
 
 %div{ :'data-role' => :content, :'data-theme' => 'c', :class => 'middle-dialog'}
-  %form{ :action => instances_url, :method => :post, :class => :new_instance }
+  %form{ :action => instances_url, :method => :post, :class => :new_instance, :'data-ajax' => 'false'}
     %input{ :name => :image_id, :type => :hidden, :value => @instance.image_id }/
 
     %div{ 'data-role' => :fieldcontain }