Sha256: 88bec1a44f9263dcc80ea0019260faa6fbe9a75aaf626dd6173e3e15e82149d5
Contents?: true
Size: 655 Bytes
Versions: 2
Compression:
Stored size: 655 Bytes
Contents
<% highlight_ids = local_assigns[:highlight_ids] || [] %> <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">Status</th> <th class="table-head">Class</th> <th class="table-head">Queue</th> <th class="table-head">Scheduled At</th> <th class="table-head"></th> </tr> </thead> <tbody class="table-body"> <%= render partial: 'solid_queue_dashboard/jobs/table_row', collection: jobs, as: :job, locals: { highlight_ids: highlight_ids } %> </tbody> </table> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solid_queue_dashboard-0.1.1 | app/views/solid_queue_dashboard/jobs/_table.html.erb |
solid_queue_dashboard-0.1.0 | app/views/solid_queue_dashboard/jobs/_table.html.erb |