Sha256: 62741386d7cc6f65de221f8206c0e43506f6edb6a07ac76cb4785d41f9809528

Contents?: true

Size: 1006 Bytes

Versions: 22

Compression:

Stored size: 1006 Bytes

Contents

#destinations-show
  %h2 
    == #{simple_class_name( @object ).capitalize}: #{@object.display_name}
  .actions
    = link_to collection_path(@object, :messages), 'View Messages' unless @object.is_a?(Backstage::Topic)
    = @object.status == 'Running' ? action_button( @object, 'pause' ) : action_button( @object, 'resume' )
    = action_button( @object, 'clear' )
  %table.data-table
    = data_row( "Name", @object.display_name )
    = data_row( "JNDI Address", @object.jndi_name )
    = data_row( "Dead Letter Address", ::Backstage::Destination.display_name( @object.dead_letter_address ) )
    = data_row( "Expiry Address", ::Backstage::Destination.display_name( @object.expiry_address ) )
    = data_row( "App", @object.app_name )
    - %w{ status consumer_count message_count delivering_count scheduled_count messages_added }.each do |method|
      = data_row( method.humanize, @object.send( method ) )

  .controls
    = link_to collection_path( simple_class_name( @object ).pluralize ), '<< Back'

Version data entries

22 entries across 22 versions & 1 rubygems

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