Refs #1013
Renamed protect_resque.rb => resque_authentication Integrated resque web with the rest of gitlab
This commit is contained in:
parent
3a4aff6934
commit
2da45e9cbf
7 changed files with 28 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
%h5
|
||||
Resque Workers
|
||||
.data.padded
|
||||
= link_to "/info/resque" do
|
||||
= link_to admin_resque_path do
|
||||
%h1{:class => @workers.present? ? "cgreen" : "cred"}
|
||||
= @workers.count
|
||||
%hr
|
||||
|
|
2
app/views/admin/resque/show.html.haml
Normal file
2
app/views/admin/resque/show.html.haml
Normal file
|
@ -0,0 +1,2 @@
|
|||
%h3 Resque
|
||||
%iframe{:src => "/info/resque", :width => 1168, :height => 600, :style => "border: none"}
|
Loading…
Add table
Add a link
Reference in a new issue