mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix label for peak memory usage in dashboard view
This commit is contained in:
parent
6c9dbd97a8
commit
ce66dc789d
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@
|
|||
<% if @redis_info.fetch("used_memory_peak_human", nil) %>
|
||||
<div class="stat">
|
||||
<h3 class="used_memory_peak_human"><%= @redis_info.fetch("used_memory_peak_human") %></h3>
|
||||
<p><%= @redis_info.fetch("used_memory_peak_human") %></p>
|
||||
<p><%= t('PeakMemoryUsage') %></p>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue