Skip to content

Commit

Permalink
Merge pull request #650 from curationexperts/sidekiq_link
Browse files Browse the repository at this point in the history
Add link to sidekiq dashboard to admin menu
  • Loading branch information
mark-dce committed Dec 6, 2017
2 parents 5733779 + 05e2e33 commit fa784e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/hyrax/dashboard/sidebar/_tasks.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<span class="fa fa-info-circle"></span><span class="sidebar-action-text">View Batch Statuses</span>
<% end %>
<%= menu.nav_link('/sidekiq') do %>
<span class="fa fa-hourglass-half"></span><span class="sidebar-action-text">View Background Job Queues</span>
<% end %>
<%= menu.nav_link('/templates') do %>
<span class="fa fa-list-alt"></span><span class="sidebar-action-text">Manage Metadata Templates</span>
<% end %>
Expand All @@ -44,4 +48,3 @@
<span class="fa fa-user"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.users') %></span>
<% end %>
<% end %>

0 comments on commit fa784e4

Please sign in to comment.