Sha256: c1ac96a9cda220371f1270236ff5836b7f351050e55397cbeb31853e5380d34a
Contents?: true
Size: 1.12 KB
Versions: 30
Compression:
Stored size: 1.12 KB
Contents
#destinations-index %table %tr %th Name %th App %th Status %th Messages %th Delivering %th Scheduled %th Added %th Consumers %th - @collection.each do |destination| %tr %td = link_to( object_path( destination ), destination.display_name ) - if destination.is_a?( Backstage::Queue ) = destination.durable ? "(durable)" : "(non-durable)" %td - if destination.app = link_to( object_path( destination.app ), destination.app_name ) - else = destination.app_name %td.status{:class => destination.status.downcase}= destination.status %td= destination.message_count %td= destination.delivering_count %td= destination.scheduled_count %td= destination.messages_added %td= destination.consumer_count %td = link_to collection_path(destination, :messages), 'View Messages' unless destination.is_a?(Backstage::Topic) - destination.available_actions.each do |action| = action_button( destination, action )
Version data entries
30 entries across 30 versions & 1 rubygems