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
b3bea3f36b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# See workers.conf for how to manage all Sidekiq instances at once.
|
||||
#
|
||||
# Save this config as /etc/init/sidekiq.conf then mange sidekiq with:
|
||||
# Save this config as /etc/init/sidekiq.conf then manage sidekiq with:
|
||||
# sudo start sidekiq index=0
|
||||
# sudo stop sidekiq index=0
|
||||
# sudo status sidekiq index=0
|
||||
|
|
|
@ -743,7 +743,7 @@ div.interval-slider input {
|
|||
}
|
||||
|
||||
.redis-url, .redis-namespace {
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue