Sha256: a051782c7abd1997b76875a75d576885f3bc38cc8a77b11d236d8efaa1a153c2

Contents?: true

Size: 1.18 KB

Versions: 79

Compression:

Stored size: 1.18 KB

Contents

.block#block-tables
  .content
    %h2.title= "Environment #{h @environment.name}"
    .inner
      = partial("navigation", :active => "show")
      .content
        .inner
          .left
            %h3 Name
            = @environment.name
          .left
            %h3 Description
            = @environment.description
          .left
            %h3 Cookbook Version Constraints
            %table.table
              %tr
                %th.first Name
                %th.last Version Constraints
              - if @environment.cookbook_versions.empty?
                %tr
                  %td{:colspan => 2} This environment does not include any cookbook version constraints.
              - else
                - @environment.cookbook_versions.keys.sort.each do |name|
                  - versions = @environment.cookbook_versions[name]
                  %tr
                    %td= name
                    %td= versions
                    
          .left 
            %h3 Default Attributes
            = build_tree('defattrs', @environment.default_attributes)

          .left 
            %h3 Override Attributes
            = build_tree('overattrs', @environment.override_attributes)

Version data entries

79 entries across 79 versions & 1 rubygems

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