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 2012/03/19 13:48:35 UTC

git commit: Core: Disabled AJAX form submission on new firewall page (DTACLOUD-67)

Updated Branches:
  refs/heads/master cfd6dcb5c -> 925d0ed65


Core: Disabled AJAX form submission on new firewall page (DTACLOUD-67)


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/925d0ed6
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/925d0ed6
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/925d0ed6

Branch: refs/heads/master
Commit: 925d0ed656ee24f5d4c8d2367b5aa45a8597bdfd
Parents: cfd6dcb
Author: Michal Fojtik <mf...@redhat.com>
Authored: Mon Mar 19 13:48:34 2012 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Mon Mar 19 13:48:34 2012 +0100

----------------------------------------------------------------------
 server/views/firewalls/new.html.haml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/925d0ed6/server/views/firewalls/new.html.haml
----------------------------------------------------------------------
diff --git a/server/views/firewalls/new.html.haml b/server/views/firewalls/new.html.haml
index 4a230a6..e570353 100644
--- a/server/views/firewalls/new.html.haml
+++ b/server/views/firewalls/new.html.haml
@@ -1,6 +1,6 @@
 %h1 New Firewall
 
-%form{:action => firewalls_url, :method => :post}
+%form{:action => firewalls_url, :method => :post, :'data-ajax' => 'false'}
   %label
     Firewall Name
     %input{:name => 'name', :size => 25}/
@@ -8,4 +8,4 @@
   %label
     Firewall Description
     %input{:name => 'description', :size => 100}/
-  %input{:type => :submit, :name => "commit", :value=>"create"}
\ No newline at end of file
+  %input{:type => :submit, :name => "commit", :value=>"create"}