Sha256: d11580c20801489115c7100cbb9281346c61ba36d15002970233d4845c69b483

Contents?: true

Size: 614 Bytes

Versions: 124

Compression:

Stored size: 614 Bytes

Contents

.block#block-tables
  .content
    %h2.title= "Client: #{h @client.name}"
    .inner
      = partial("navigation", :active => "show")
      .content
        .inner
          .left
            %h3 Admin
            = @client.admin
          .left
            %h3 Public Key
            %pre= convert_newline_to_br(@client.public_key)
          -unless @private_key.nil?
            .left
              %h3 Private Key (Will not show again, Please copy!)
              %h4.bold Please copy and save as the client's validation key (e.g. client.pem)
              %pre= convert_newline_to_br(@private_key)
          

Version data entries

124 entries across 124 versions & 1 rubygems

Version Path
chef-server-webui-10.30.4 app/views/clients/show.html.haml
chef-server-webui-10.30.2 app/views/clients/show.html.haml
chef-server-webui-10.30.2.rc.0 app/views/clients/show.html.haml
chef-server-webui-10.30.0.rc.2 app/views/clients/show.html.haml
chef-server-webui-10.30.0.rc.1 app/views/clients/show.html.haml
chef-server-webui-10.30.0.rc.0 app/views/clients/show.html.haml
chef-server-webui-10.28.0 app/views/clients/show.html.haml
chef-server-webui-10.28.0.rc.0 app/views/clients/show.html.haml
chef-server-webui-10.26.0 app/views/clients/show.html.haml
chef-server-webui-10.26.0.beta.0 app/views/clients/show.html.haml
chef-server-webui-10.24.4 app/views/clients/show.html.haml
chef-server-webui-10.24.0 app/views/clients/show.html.haml
chef-server-webui-10.24.0.rc.2 app/views/clients/show.html.haml
chef-server-webui-10.24.0.rc.1 app/views/clients/show.html.haml
chef-server-webui-10.24.0.rc.0 app/views/clients/show.html.haml
chef-server-webui-10.22.0 app/views/clients/show.html.haml
chef-server-webui-10.22.0.rc.0 app/views/clients/show.html.haml
chef-server-webui-10.20.0 app/views/clients/show.html.haml
chef-server-webui-10.18.4.rc.2 app/views/clients/show.html.haml
chef-server-webui-10.18.4.rc.1 app/views/clients/show.html.haml