1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

polish, changes

This commit is contained in:
Mike Perham 2021-06-22 10:25:57 -07:00
parent c0148bbb17
commit 5f927ba14b
3 changed files with 8 additions and 3 deletions

View file

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

View file

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

View file

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