sidekiq-status 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45893560f4594985006d2842f460861137e46903197e173761ad9bcd96db5b49
4
- data.tar.gz: 5de9712752bf085f4792e4e018709e1fc9436a5f246c3c39ad4b0916df3f8df3
3
+ metadata.gz: 3e44ab90955a60880c79cadc648a5c9883e635faf6b5439093830bb138f0309c
4
+ data.tar.gz: 4b61eefa63d54d14d8183616b5cb3806b13e234d810ee67a8fb0519614ac97d9
5
5
  SHA512:
6
- metadata.gz: ee2aa4d21c57403eb01b7fe5a011301dc2a085ffd8aa7498252684f7456d480a82642381c3a9cab970c9fbe9f3275db585de492a0574a474de8604c555f63853
7
- data.tar.gz: 0bef9d092bf1c756195fcb46828ca3b85754cb597878d7d52164afb70f492a01416d45672d3de9cad7c7256afb366e1b736f7709ab1ebc5d34d85dc64f5756ff
6
+ metadata.gz: 874e1d6ceeb732aaab70c95ae1b41f78c1422a2da3f93e947b3ef353d558f9b51dd4dc395b3a5d7a19ee3b4560c509768e20dcb5faa9418ee344423b3c12412f
7
+ data.tar.gz: fc8e8e604ba7fecea63d13933bd6cf8a0aa9232de253bc015244fe9f0b7c5b81dcedd457db9fc409d515b2a76c222e89d0124547bf33505a710cfdb740ba2119
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module Status
3
- VERSION = '2.0.1'
3
+ VERSION = '2.0.2'
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  <h3>Job Status: <%= params[:jid] %></h3>
2
2
 
3
- <div class="alert alert-danger" role="alert">
3
+ <div role="alert">
4
4
  <strong>Uh oh!</strong> That job can't be found. It may have expired already.
5
5
  </div>
@@ -76,7 +76,7 @@ function setPerPage(select){
76
76
  </div>
77
77
  </div>
78
78
  </div>
79
- <table class="table table-hover table-bordered table-striped table-white">
79
+ <table class="table table-hover table-bordered table-striped">
80
80
  <tr>
81
81
  <% @headers.each do |h| %>
82
82
  <th class="header <%= h[:class] %> header_<%= h[:id] %>">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-status
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeniy Tsvigun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-06-28 00:00:00.000000000 Z
12
+ date: 2021-07-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sidekiq