Sha256: e73e0a2d31c69c717b16551386520c16bbb316ec10de5b6c4f0bcf19f03ec6a7

Contents?: true

Size: 777 Bytes

Versions: 7

Compression:

Stored size: 777 Bytes

Contents

<div class="card my-3 p-6" data-gj-poll-replace id="executions-chart">
  <%= render 'good_job/shared/chart', chart_data: GoodJob::ScheduledByQueueChart.new(@filter).data %>
</div>

<%= render 'good_job/shared/filter', filter: @filter %>

<%= render 'good_job/executions/table', executions: @filter.records %>

<% if @filter.records.present? %>
  <nav aria-label="Job pagination" class="mt-3" data-gj-poll-replace id="executions-pagination">
    <ul class="pagination">
      <li class="page-item">
        <%= link_to({ after_scheduled_at: (@filter.last.scheduled_at || @filter.last.created_at), after_id: @filter.last.id }, class: "page-link") do %>
          Older executions <span aria-hidden="true">&raquo;</span>
        <% end %>
      </li>
    </ul>
  </nav>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
good_job-2.12.2 engine/app/views/good_job/executions/index.html.erb
good_job-2.12.1 engine/app/views/good_job/executions/index.html.erb
good_job-2.12.0 engine/app/views/good_job/executions/index.html.erb
good_job-2.11.3 engine/app/views/good_job/executions/index.html.erb
good_job-2.11.2 engine/app/views/good_job/executions/index.html.erb
good_job-2.11.1 engine/app/views/good_job/executions/index.html.erb
good_job-2.11.0 engine/app/views/good_job/executions/index.html.erb