1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2022-08-17 10:59:18 -07:00
parent 6491c56ed8
commit 81eb606699

View file

@ -76,6 +76,7 @@
</tbody>
</table>
</div>
<p><small>Data from <%= @query_result.starts_at %> to <%= @query_result.ends_at %></small></p>
<% else %>
<h1>
<a href="<%= root_path %>/metrics"><%= t(:metrics).to_s.titleize %></a> /
@ -84,5 +85,3 @@
<div class="alert alert-success"><%= t('NoJobMetricsFound') %></div>
<% end %>
<p><small>Data from <%= @query_result.starts_at %> to <%= @query_result.ends_at %></small></p>