Skip to content

Commit

Permalink
supports dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kenaniah committed Jun 28, 2021
1 parent b6d8e9b commit 38057b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
**Version 2.0.1**
* Adds support for dark mode to the job status page

**Version 2.0.0**
* Adds support for Ruby 2.7, 3.0
* Adds support for Sidekiq 6.x
* Removes support for Ruby 2.3, 2.4, 2.5
* Removes support for Sidekiq 3.x, 4.x
* Adds support for Ruby 2.7, 3.0
* Adds support for Sidekiq 6.x
* Removes support for Ruby 2.3, 2.4, 2.5
* Removes support for Sidekiq 3.x, 4.x

**Versions 1.1.4 and prior**

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq-status/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module Status
VERSION = '2.0.0'
VERSION = '2.0.1'
end
end
2 changes: 1 addition & 1 deletion web/views/status.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>

<div class="panel panel-default">
<div class="panel panel-default" style="background-color: inherit">
<div class="panel-body">
<h4><%= @status["worker"] %></h4>

Expand Down

0 comments on commit 38057b0

Please sign in to comment.