Sha256: b82020c2781f3345bf3db6d81e554bf6c7a5710a1f78ac84fe883156b94264bb
Contents?: true
Size: 793 Bytes
Versions: 5
Compression:
Stored size: 793 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(:name) %></th> <th><%== sort_link(:value) %></th> <th><%== sort_link(:default?) %></th> <th><%== sort_link(:sensitive?) %></th> <th><%== sort_link(:read_only?) %></th> </tr> </thead> <tbody> <%== each_partial( @configs, 'cluster/config' ) %> </tbody> </table> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems