sidekiq-queue-stats 1.0.1 → 1.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5942a0e6ee10eadf6ed9c0e21d768a9c4821396
|
4
|
+
data.tar.gz: bd4b8813b560294d719d715ba0a694b3679b429a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28344dc41cb3a434c01b3d512adbe0e5fb6a16b5a320932cc2065dfafc277d746054b19d02d2401fbc4e22d1112b6730975c3f87f1a9842c515639c51d49f8e7
|
7
|
+
data.tar.gz: 254dbcc2239524c29b5115db8c2e4737c0bafe296d3ee3d7ec2965e6e4f762033273343df1540db3fb3e7195a3fd56c6ebbbcbf55257dbbc47208eb9fb2f9660
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<% end %>
|
43
43
|
<% else %>
|
44
44
|
<h4><%= @queue.name.capitalize %></h4>
|
45
|
-
<% if @workers[@queue].nil? %>
|
45
|
+
<% if @workers[@queue.name].nil? %>
|
46
46
|
<div class="alert alert-success">Nothing waiting in queue</div>
|
47
47
|
<% else %>
|
48
48
|
<table class="table table-striped table-bordered table-white">
|