Sha256: 7bc76f24b0d31c94e115961f75aaa0430dca0fb5cb378bf6e3c9386b7f279688
Contents?: true
Size: 980 Bytes
Versions: 20
Compression:
Stored size: 980 Bytes
Contents
<div class="container mb-4"> <div class="row"> <div class="col-sm-6 ms-0 ps-0"> <% if @messages && !@messages.empty? %> <a href="<%= explorer_path(@topic_id, @partition_id, 'recent') %>" class="btn btn-secondary btn-sm" title="Display the most recent message for this partition" > → Recent </a> <% end %> <% closest_path = explorer_path(@topic_id, @partition_id) %> <input type="button" class="btn-secondary btn btn-sm" id="offset-lookup-datepicker" value="📆" data-target="<%= closest_path %>" /> </div> <div class="col-sm-6 text-end me-0 pe-0"> Watermark offsets: <span class="badge bg-secondary mt-1 mb-1"> high: <%= @watermark_offsets.high %> </span> <span class="badge bg-secondary mt-1 mb-1"> low: <%= @watermark_offsets.low %> </span> </div> </div> </div>
Version data entries
20 entries across 20 versions & 1 rubygems