Sha256: 35039995f2220d4bb59e8dd8e8a2f8d292ac055bdc9b7ec2ff69399f5d672f91

Contents?: true

Size: 597 Bytes

Versions: 8

Compression:

Stored size: 597 Bytes

Contents

%h1 Attach storage volume

%form{ :action => attach_storage_volume_url(params[:id]), :method => :post }
  %p
    %label
      Instance ID:
    - if @instances.empty?
      %select
        %option There are no instances
    - else
      %select{ :name => 'instance_id' }
        - @instances.each do |i|
          %option{ :value => "#{i.id}"} #{i.name}
  %p
    %label
      Device name:
    %input{ :name => "device", :size => 10, :value => "/dev/sdc"}
  %p
    %input{ :type => :hidden, :name => :id, :value => params[:id]}
    %input{ :type => :submit, :name => "commit", :value => "create" }/

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
deltacloud-core-0.5.0 views/storage_volumes/attach.html.haml
deltacloud-core-0.4.1 views/storage_volumes/attach.html.haml
deltacloud-core-0.4.0 views/storage_volumes/attach.html.haml
deltacloud-core-0.3.0 views/storage_volumes/attach.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/storage_volumes/attach.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/storage_volumes/attach.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/storage_volumes/attach.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/storage_volumes/attach.html.haml