1
0
Fork 0
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:
Mike Perham 2015-10-15 14:16:48 -07:00
commit 052f67e71f
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -181,6 +181,10 @@ form .btn {
margin-right: 5px;
}
form .btn-group .btn {
margin-right: 1px;
}
td form {
margin-bottom: 0;
}

View file

@ -12,7 +12,6 @@
</form>
</div>
</div>
</div>
<div class="table_container">
<table class="processes table table-hover table-bordered table-striped table-white">