Sha256: 51561d755a9a0de048cd5268bbe52c042a85a38e0d6cb17bc2cc41c945fd4cd5

Contents?: true

Size: 558 Bytes

Versions: 1

Compression:

Stored size: 558 Bytes

Contents

<h1>Jobs</h1>

<div class="d-flex justify-content-end">
  <%== pagy_info(@pagy)  %> 
</div>

<table class="table">
  <thead>
    <tr>
      <th scope="col">#</th>
      <th scope="col">Class</th>
      <th scope="col">Queue</th>
      <th scope="col">Arguments</th>
      <th scope="col">Scheduled at</th>
      <th scope="col">Finished at</th>
    </tr>
  </thead>

  <tbody>
    <%= render partial: "job", collection: @jobs %>  
  </tbody>
</table>

<div class="d-flex justify-content-center">
  <%== pagy_bootstrap_nav(@pagy) if @pagy.pages > 1 %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
panoptic-0.1.3 app/views/panoptic/jobs/index.html.erb