Skip to content

Commit

Permalink
fixes for dark mode theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kenaniah committed Jul 7, 2021
1 parent 38057b0 commit ef7b9dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1'
VERSION = '2.0.2'
end
end
2 changes: 1 addition & 1 deletion web/views/status_not_found.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3>Job Status: <%= params[:jid] %></h3>

<div class="alert alert-danger" role="alert">
<div role="alert">
<strong>Uh oh!</strong> That job can't be found. It may have expired already.
</div>
2 changes: 1 addition & 1 deletion web/views/statuses.erb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function setPerPage(select){
</div>
</div>
</div>
<table class="table table-hover table-bordered table-striped table-white">
<table class="table table-hover table-bordered table-striped">
<tr>
<% @headers.each do |h| %>
<th class="header <%= h[:class] %> header_<%= h[:id] %>">
Expand Down

0 comments on commit ef7b9dc

Please sign in to comment.