mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge branch 'master' of github.com:mperham/sidekiq
This commit is contained in:
commit
052f67e71f
3 changed files with 9 additions and 2 deletions
|
@ -346,7 +346,11 @@ module Sidekiq
|
|||
die 1
|
||||
end
|
||||
@parser.parse!(argv)
|
||||
opts[:config_file] ||= 'config/sidekiq.yml' if File.exist?('config/sidekiq.yml')
|
||||
|
||||
%w[config/sidekiq.yml config/sidekiq.yml.erb].each do |filename|
|
||||
opts[:config_file] ||= filename if File.exist?(filename)
|
||||
end
|
||||
|
||||
opts
|
||||
end
|
||||
|
||||
|
|
|
@ -181,6 +181,10 @@ form .btn {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
form .btn-group .btn {
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
td form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="table_container">
|
||||
<table class="processes table table-hover table-bordered table-striped table-white">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue