Sha256: 2c66dfbe4b4b3b051d6cdf4c31ae0a6a3c7abb4fa2291b87d202efb19c8f83fc

Contents?: true

Size: 941 Bytes

Versions: 23

Compression:

Stored size: 941 Bytes

Contents

.content
  .inner
    - if form_for != "edit"
      %div.group.form
        %label.label Name
        = text_field :id => "client_name", :name => "name", :class => "text_field", :value => params.has_key?(:name) ? h(params[:name]) : @client.name
        %span.description The name of the Client
    
    - if form_for == "edit"
      %div.group.form
        %label.label Private Key
        = check_box :name => "regen_private_key", :label => "Regenerate Private Key (Existing one will no longer work!)", :value => "1"
        %br
        
    %div.group.form
      %label.label Admin
      = check_box :id => "client_admin", :name => "admin", :value => "true", :label => "Whether or not the Client is an admin", :checked => @client.admin

    = form(:action => form_url, :method => :post, :id => form_id, :class => 'form') do
      %div.group
        .actions-bar
          .actions= submit submit_name, :id => submit_id, :class => 'button'

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
chef-server-webui-0.9.6 app/views/clients/_form.html.haml
chef-server-webui-0.9.4 app/views/clients/_form.html.haml
chef-server-webui-0.9.2 app/views/clients/_form.html.haml
chef-server-webui-0.9.0 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.rc02 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.rc01 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.b02 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.b01 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a92 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a91 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a90 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a10 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a8 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a6 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a4 app/views/clients/_form.html.haml
chef-server-webui-0.9.0.a3 app/views/clients/_form.html.haml
chef-server-webui-0.8.16 app/views/clients/_form.html.haml
chef-server-webui-0.8.14 app/views/clients/_form.html.haml
chef-server-webui-0.8.10 app/views/clients/_form.html.haml
chef-server-webui-0.8.8 app/views/clients/_form.html.haml