mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #1725 from mperham/update-rickshaw
Update Rickshaw. #1656.
This commit is contained in:
commit
1e687195cd
3 changed files with 129 additions and 326 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -15,8 +15,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h5></h5>
|
||||
<div id="realtime"></div>
|
||||
<div id="realtime-legend"></div>
|
||||
|
||||
<h5>
|
||||
<span class="history-heading"><%= t('History') %></span>
|
||||
|
@ -26,6 +26,7 @@
|
|||
<a href="<%= root_path %>?days=180" class="history-graph <%= "active" if params[:days] == "180" %>"><%= t('SixMonths') %></a>
|
||||
</h5>
|
||||
<div id="history" data-processed="<%= h Sidekiq.dump_json(@processed_history) %>" data-failed="<%= h Sidekiq.dump_json(@failed_history) %>" data-update-url="<%= root_path %>dashboard/stats"></div>
|
||||
<div id="history-legend"></div>
|
||||
|
||||
<br/>
|
||||
<h5>Redis</h5>
|
||||
|
|
Loading…
Reference in a new issue