mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update web.rb
This commit is contained in:
parent
404069ab83
commit
8819662b86
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ module Sidekiq
|
|||
|
||||
get "/queues" do
|
||||
@queues = Sidekiq::Queue.all
|
||||
@queues.sort! {|a,b| a.name <=> b.name}
|
||||
erb :queues
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue