Sha256: 0d10a25cb80ec34951b193a7f84b966eb0dba8a6c6d984278bf751591cd53244
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 Bytes
Contents
<table class="table"> <thead> <tr> <th>Top Sources</th> <th class="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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pghero-3.6.1 | app/views/pg_hero/home/_connections_table.html.erb |
pghero-3.6.0 | app/views/pg_hero/home/_connections_table.html.erb |