Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dashboard view to direct to /stats. Update Changes.md to inclu…
…de new changes
  • Loading branch information
Moser, Kevin authored and Moser, Kevin committed Dec 29, 2014
1 parent 38f601c commit 736c089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/views/dashboard.erb
Expand Up @@ -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>

Expand Down

0 comments on commit 736c089

Please sign in to comment.