Sha256: 056d40747ece685e4a1c4f0f0d4d994c145749060d2d4da735616b21a72b8948
Contents?: true
Size: 647 Bytes
Versions: 3
Compression:
Stored size: 647 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_distance_in_words_with_title(worker.last_heartbeat_at) %> ago</div></td> </tr>
Version data entries
3 entries across 3 versions & 1 rubygems