Sha256: 9cd1028a66eaef33515213250b8615125a4409fd47277aa19dad3161f47371be

Contents?: true

Size: 647 Bytes

Versions: 8

Compression:

Stored size: 647 Bytes

Contents

=header "Create new SSH key"

%div{ :'data-role' => :content, :'data-theme' => 'c', :class => 'middle-dialog'}
  %form{ :action => keys_url, :method => :post}
    %div{ 'data-role' => :fieldcontain }
      %p
        %label{ :for => :name} Key name:
      %p
        %input{ :type => :text, :id => :name, :name => :name, :value => '' }
      %p
        %label{ :for => :public_key} Public Key (Optional - import):
        %small Enter your public key here to import it rather than creating a new one (not supported by all providers)
      %p
        %textarea{ :name => :public_key, :cols=>65, :rows=>5 }
    %button{ :type => :submit} Create key

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
deltacloud-core-1.1.3 views/keys/new.html.haml
deltacloud-core-1.1.2 views/keys/new.html.haml
deltacloud-core-1.1.1 views/keys/new.html.haml
deltacloud-core-1.1.0 views/keys/new.html.haml
deltacloud-core-1.0.5 views/keys/new.html.haml
deltacloud-core-1.0.4 views/keys/new.html.haml
deltacloud-core-1.0.3 views/keys/new.html.haml
deltacloud-core-1.0.2 views/keys/new.html.haml