Sha256: cac38cb5673641cc12ea578b7d3c051703bcf9fd8bc9c87bec59aa3490c431c6

Contents?: true

Size: 318 Bytes

Versions: 8

Compression:

Stored size: 318 Bytes

Contents

%h1 New Firewall

%form{:action => firewalls_url, :method => :post, :'data-ajax' => 'false'}
  %label
    Firewall Name
    %input{:name => 'name', :size => 25}/
    %br
  %label
    Firewall Description
    %input{:name => 'description', :size => 100}/
  %input{:type => :submit, :name => "commit", :value=>"create"}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
deltacloud-core-1.1.1 views/firewalls/new.html.haml
deltacloud-core-1.1.0 views/firewalls/new.html.haml
deltacloud-core-1.0.5 views/firewalls/new.html.haml
deltacloud-core-1.0.4 views/firewalls/new.html.haml
deltacloud-core-1.0.3 views/firewalls/new.html.haml
deltacloud-core-1.0.2 views/firewalls/new.html.haml
deltacloud-core-1.0.1 views/firewalls/new.html.haml
deltacloud-core-1.0.0 views/firewalls/new.html.haml