Sha256: 9b34434e2fea380f5863bda432812eccae87918fa9dff3c5bdf03e34ba2c4b29

Contents?: true

Size: 574 Bytes

Versions: 13

Compression:

Stored size: 574 Bytes

Contents

#groups-index
  %table
    %tr
      %th ClusterName 
      %th ReceivedMessages 
      %th ReceivedBytes
      %th Open
      %th Connected
      %th Address
      %th SentMessages
      %th SentBytes
      %th View
      %th
    - @collection.each do |group|
      %tr
        %td= link_to( object_path( group ), group.cluster_name )
        %td= group.received_messages
        %td= group.received_bytes
        %td= group.open
        %td= group.connected
        %td= group.address
        %td= group.sent_messages
        %td= group.sent_bytes
        %td= group.view

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
torquebox-backstage-1.1.2 views/groups/index.haml
torquebox-backstage-1.1.1 views/groups/index.haml
torquebox-backstage-1.1.0 views/groups/index.haml
torquebox-backstage-1.0.7 views/groups/index.haml
torquebox-backstage-1.0.6 views/groups/index.haml
torquebox-backstage-1.0.5 views/groups/index.haml
torquebox-backstage-1.0.4 views/groups/index.haml
torquebox-backstage-1.0.3 views/groups/index.haml
torquebox-backstage-1.0.2 views/groups/index.haml
torquebox-backstage-1.0.1 views/groups/index.haml
torquebox-backstage-1.0.0 views/groups/index.haml
torquebox-backstage-1.0.0.beta2 views/groups/index.haml
torquebox-backstage-1.0.0.beta1 views/groups/index.haml