mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update dashboard view to direct to /stats. Update Changes.md to include new changes
This commit is contained in:
parent
38f601ccc8
commit
736c0892d9
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ HEAD
|
|||
|
||||
- Log Sidekiq Pro's Batch ID if available [#2076]
|
||||
- Refactor Processor Redis usage to avoid redis/redis-rb#490 [#]
|
||||
- Move /dashboard/stats to /stats. Add /stats/queues. [moserke, #2099]
|
||||
|
||||
|
||||
3.3.0
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<a href="<%= root_path %>?days=180" class="history-graph <%= "active" if params[:days] == "180" %>"><%= t('SixMonths') %></a>
|
||||
</h5>
|
||||
|
||||
<div id="history" data-processed-label="<%= t('Processed') %>" data-failed-label="<%= t('Failed') %>" 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" data-processed-label="<%= t('Processed') %>" data-failed-label="<%= t('Failed') %>" data-processed="<%= h Sidekiq.dump_json(@processed_history) %>" data-failed="<%= h Sidekiq.dump_json(@failed_history) %>" data-update-url="<%= root_path %>stats"></div>
|
||||
<div id="history-legend"></div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue