mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
tweak
This commit is contained in:
parent
6491c56ed8
commit
81eb606699
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue