Sha256: 5a1786c2f58ad13967919a5b407043b1288108879c0a742289d5a26855745a6b
Contents?: true
Size: 525 Bytes
Versions: 16
Compression:
Stored size: 525 Bytes
Contents
<% view_title 'Cluster Informations' %> <%== partial 'cluster/tabs' %> <div class="col-span-12 mb-3"> <div class="data-table-wrapper"> <table class="data-table"> <thead> <tr> <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>
Version data entries
16 entries across 8 versions & 1 rubygems