1
0
Fork 0
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:
Tilmann Bruckhaus 2013-08-26 23:32:43 -07:00
parent 6c9dbd97a8
commit ce66dc789d

View file

@ -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 %>