Sha256: 28a36cadad8421e222e1a36f2d10964dce1aea7fd8e6f077ac9dcd31cff14148

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 Bytes

Contents

%h1
  Run command on 
  = @instance.id

%form{ :action => run_instance_url(@instance.id), :method => :post }
  %p
    %label{ :for => :cmd } Desired command:
    %input{ :name => :cmd, :value => "", :type => :text}
  %p
    %label{ :for => :private_key } Private key:
  %p
    %small Leave private key blank if using password authentication method
  %p
    %textarea{ :name => :private_key, :cols => 65, :rows => 20 }
  %p
    %input{ :type => :submit, :value => "Execute" }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deltacloud-core-0.5.0 views/instances/run_command.html.haml
deltacloud-core-0.4.1 views/instances/run_command.html.haml
deltacloud-core-0.4.0 views/instances/run_command.html.haml
deltacloud-core-0.3.0 views/instances/run_command.html.haml