Sha256: c07d4be1e52127815e36ebe772c3d31eb842afb44af2db037a8008b0aca5b907
Contents?: true
Size: 404 Bytes
Versions: 7
Compression:
Stored size: 404 Bytes
Contents
<table class="jobs <%= jobs_status %> table queues is-hoverable is-fullwidth"> <thead> <tr> <th style="width: 35%;">Job</th> <% attribute_names_for_job_status(jobs_status).each do |attribute| %> <th><%= attribute %></th> <% end %> </tr> </thead> <tbody> <%= render partial: "mission_control/jobs/jobs/job", collection: jobs_page.records %> </tbody> </table>
Version data entries
7 entries across 7 versions & 1 rubygems