web/views/busy.erb in sidekiq-3.1.2 vs web/views/busy.erb in sidekiq-3.1.3

- old
+ new

@@ -21,10 +21,15 @@ <th><%= t('Busy') %></th> <th>&nbsp;</th> </thead> <% Sidekiq::ProcessSet.new.each_with_index do |process, index| %> <tr> - <td><%= "#{process['hostname']}:#{process['pid']}" %></td> + <td> + <%= "#{process['hostname']}:#{process['pid']}" %> + <% Array(process['labels']).each do |label| %> + <span class="label label-info"><%= label %></span> + <% end %> + </td> <td><%= relative_time(Time.at(process['started_at'])) %></td> <td><%= process['concurrency'] %></td> <td><%= process['busy'] %></td> <td> <div class="btn-group pull-right">