Sha256: 46a46032bebe0d6678fed0befe3a5a0436704eb7e3f79e4fd74f1b1dd4acf9fa
Contents?: true
Size: 468 Bytes
Versions: 41
Compression:
Stored size: 468 Bytes
Contents
<table class="table"> <thead> <tr> <th>Top Sources</th> <th style="width: 20%;">Connections</th> </tr> </thead> <tbody> <% connection_sources.each do |source| %> <tr> <td><%= source[:source] %> <div class="text-muted"><%= [source[:user], source[:database], source[:ip]].compact.join(" - ") %></div></td> <td><%= number_with_delimiter(source[:total_connections]) %></td> </tr> <% end %> </tbody> </table>
Version data entries
41 entries across 41 versions & 2 rubygems