Sha256: 5284313e27375fe73a7eae04c65e69178578d4fc20d6b6024827f204f986b53b

Contents?: true

Size: 731 Bytes

Versions: 30

Compression:

Stored size: 731 Bytes

Contents

#pools-index
  %table
    %tr
      %th Name 
      %th App
      %th Type
      %th Size
      %th Available
      %th Borrowed
      %th Min Instances
      %th Max Instances
    - @collection.each do |pool|
      %tr
        %td= link_to( object_path( pool ), pool.name )
        %td
          - if pool.app
            = link_to( object_path( pool.app ), pool.app_name )
          - else
            = pool.app_name
        %td= pool.pool_type
        %td= pool.size
        %td
          = pool.available unless pool.shared?
        %td
          = pool.borrowed unless pool.shared?
        %td
          = pool.minimum_instances unless pool.shared?
        %td
          = pool.maximum_instances unless pool.shared?


      

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
torquebox-backstage-1.1.2 views/pools/index.haml
torquebox-backstage-1.1.1 views/pools/index.haml
torquebox-backstage-1.1.0 views/pools/index.haml
torquebox-backstage-1.0.7 views/pools/index.haml
torquebox-backstage-1.0.6 views/pools/index.haml
torquebox-backstage-1.0.5 views/pools/index.haml
torquebox-backstage-1.0.4 views/pools/index.haml
torquebox-backstage-1.0.3 views/pools/index.haml
torquebox-backstage-1.0.2 views/pools/index.haml
torquebox-backstage-1.0.1 views/pools/index.haml
torquebox-backstage-1.0.0 views/pools/index.haml
torquebox-backstage-1.0.0.beta2 views/pools/index.haml
torquebox-backstage-1.0.0.beta1 views/pools/index.haml
torquebox-backstage-0.5.4 views/pools/index.haml
torquebox-backstage-0.5.3 views/pools/index.haml
torquebox-backstage-0.5.2 views/pools/index.haml
torquebox-backstage-0.5.1 views/pools/index.haml
torquebox-backstage-0.5 views/pools/index.haml
torquebox-backstage-0.4.3 views/pools/index.haml
torquebox-backstage-0.4.2 views/pools/index.haml