Skip to content

Commit

Permalink
Update style for disabled job in dark theme (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhcuong1990 authored Aug 8, 2022
1 parent 2720631 commit 313bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/cron/views/cron.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<td style="<%= style %>"><%= t job.status %></td>
<td style="<%= style %>">
<a href="<%= root_path %>cron/<%= CGI.escape(job.name).gsub('+', '%20') %>">
<b><%= job.name %></b>
<b style="<%= style %>"><%= job.name %></b>
</a>
<hr style="margin:3px;border:0;">
<small>
Expand Down

0 comments on commit 313bf34

Please sign in to comment.