Sha256: 4446179241237bc4db23f174b67b72887dfc6b562bb2a38524bd01b343b18a85
Contents?: true
Size: 687 Bytes
Versions: 5
Compression:
Stored size: 687 Bytes
Contents
<%== view_title('Cluster Informations', hr: true) %> <%== partial 'cluster/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(:id) %></th> <th><%== sort_link(:name) %></th> <th><%== sort_link(:port) %></th> </tr> </thead> <tbody> <%== each_partial( @brokers, 'cluster/broker' ) %> </tbody> </table> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems