Sha256: 21a42756a926b26a4b923bbce935e3a5b9fb01b4440fdc6bfa59f144864150fe
Contents?: true
Size: 549 Bytes
Versions: 4
Compression:
Stored size: 549 Bytes
Contents
<% view_title @topic.topic_name %> <%== partial 'topics/tabs' %> <div class="data-table-wrapper"> <table class="data-table"> <thead> <tr> <th><%== sort_link(:partition_id) %></th> <th><%== sort_link(:leader) %></th> <th><%== sort_link(:replica_count) %></th> <th><%== sort_link('In sync brokers', :in_sync_replica_brokers) %></th> </tr> </thead> <tbody> <%== each_partial( @partitions, 'topics/partition' ) %> </tbody> </table> </div>
Version data entries
4 entries across 4 versions & 1 rubygems