Sha256: 225126720f0365926eb67f601718d368686078a7f339606203663977f0f83770
Contents?: true
Size: 642 Bytes
Versions: 9
Compression:
Stored size: 642 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"><%= time_ago_in_words_with_title(worker.last_heartbeat_at) %> ago</div></td> </tr>
Version data entries
9 entries across 9 versions & 1 rubygems