Sha256: 088f642707ef370d290296bd915d4471e8d3e801f4e5642ad6f6cc593a78679b
Contents?: true
Size: 624 Bytes
Versions: 3
Compression:
Stored size: 624 Bytes
Contents
<tr class="worker"> <td> <%= link_to "worker #{worker.id}", application_worker_path(@application, worker.id) %> <br /> <%= worker.name %> </td> <td><%= worker.hostname %></td> <td> <% worker.jobs.each do |job| %> <div> <%= link_to job_title(job), application_job_path(@application, job.job_id) %> <% if job.serialized_arguments.present? %> <div class="is-family-monospace is-size-7"><%= job_arguments(job) %></div> <% end %> </div> <% end %> </td> <td><div class="has-text-grey"><%= formatted_time(worker.last_heartbeat_at) %></div></td> </tr>
Version data entries
3 entries across 3 versions & 1 rubygems