Sha256: 7cb7e7147dde7e045e782c7d570ba1040a97aa2b1c9ea7b31b3d2a5a61cb19cd
Contents?: true
Size: 792 Bytes
Versions: 5
Compression:
Stored size: 792 Bytes
Contents
<%== view_title(@topic.topic_name, hr: false) %> <%== partial 'topics/tabs' %> <div class="container mb-5"> <div class="row"> <div class="col-lg-12 table-responsive"> <table class="processes bg-white table table-hover table-bordered table-striped"> <thead> <tr class="align-middle"> <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> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems