Sha256: 3c7ea3895a0a40b359897e3021a0044267b83001c8f89c4bc88ef0b90f52b78d

Contents?: true

Size: 666 Bytes

Versions: 3

Compression:

Stored size: 666 Bytes

Contents

<div class="table-wrapper">
  <table class="table">
    <thead class="table-header">
      <tr class="table-row">
        <th class="table-head pl-6">ID</th>
        <th class="table-head">Type</th>
        <th class="table-head"></th>
        <th class="table-head">Schedule</th>
        <th class="table-head">Queue Name</th>
        <th class="table-head">Priority</th>
        <th class="table-head">Key</th>
        <th class="table-head"></th>
      </tr>
    </thead>
    <tbody class="table-body">
      <%= render partial: 'solid_queue_dashboard/recurring_tasks/table_row', collection: recurring_tasks, as: :recurring_task %>
    </tbody>
  </table>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solid_queue_dashboard-0.2.0 app/views/solid_queue_dashboard/recurring_tasks/_table.html.erb
solid_queue_dashboard-0.1.1 app/views/solid_queue_dashboard/recurring_tasks/_table.html.erb
solid_queue_dashboard-0.1.0 app/views/solid_queue_dashboard/recurring_tasks/_table.html.erb