Sha256: 3136e33a40fa4d19be9e158b8697445b977cd9a10a00b0592d78b3c5e96a9e95
Contents?: true
Size: 995 Bytes
Versions: 5
Compression:
Stored size: 995 Bytes
Contents
<%== title = [@topic.consumer_group.name, @topic.subscription_group, @topic.name].join(': ') view_title(title, hr: true) %> <div class="container"> <div class="row mb-5"> <div class="col-sm-12 table-responsive"> <table class="processes bg-white table table-hover table-bordered table-striped mb-0 align-middle"> <tbody> <% flat_hash(@topic.to_h).each do |k, v| %> <%== partial( 'routing/detail', locals: { k: k, v: v } ) %> <% end %> <% flat_hash(@topic.subscription_group.multiplexing.to_h).each do |k, v| %> <%== partial( 'routing/detail', locals: { k: "multiplexing.#{k}", v: v } ) %> <% end %> </tbody> </table> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems