Sha256: fad27942c1b14b5f7cfa70d40b1fc2b76cb19e76a1724c5f38ad59ca4c1880ae
Contents?: true
Size: 786 Bytes
Versions: 9
Compression:
Stored size: 786 Bytes
Contents
<tr> <td> <span class="badge bg-secondary badge-topic" title="Consumer group: <%= job.consumer_group %>"> <%= job.topic %>: <%= job.partition %> </span> </td> <td> <code><%= job.consumer %></code> <% unless job.tags.empty? %> <br/> <%== tags(job.tags) %> <% end %> </td> <td> <code>#<%= job.type %></code> </td> <td> <%= job.messages %> </td> <td> <%== offset_with_label job.topic, job.partition, job.first_offset, explore: true %> </td> <td> <%== offset_with_label job.topic, job.partition, job.last_offset, explore: true %> </td> <td> <%== offset_with_label job.topic, job.partition, job.committed_offset, explore: true %> </td> <td> <%== relative_time job.updated_at %> </td> </tr>
Version data entries
9 entries across 9 versions & 1 rubygems