mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
polish, changes
This commit is contained in:
parent
c0148bbb17
commit
5f927ba14b
3 changed files with 8 additions and 3 deletions
|
@ -7,6 +7,7 @@ HEAD
|
|||
|
||||
- Minimize scheduler load on Redis at scale [#4882]
|
||||
- Improve logging of delay jobs [#4904, BuonOno]
|
||||
- Minor CSS improvements for buttons and tables, design PRs always welcome!
|
||||
|
||||
6.2.1
|
||||
---------
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
---------
|
||||
|
||||
- Display dead JIDs on Batch details page [#4926]
|
||||
|
||||
5.2.2
|
||||
---------
|
||||
|
||||
|
|
|
@ -1048,12 +1048,11 @@ div.interval-slider input {
|
|||
}
|
||||
|
||||
.info-circle {
|
||||
color: #888;
|
||||
background-color: #222;
|
||||
color: #ccc;
|
||||
background-color: #000;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 3px 7px;
|
||||
font-size: 0.7em;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue