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

Version Path
pghero-3.4.1 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.4.0 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.3.4 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.3.3 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.3.2 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.3.1 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.3.0 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.2.0 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.1.0 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.0.1 app/views/pg_hero/home/_connections_table.html.erb
pghero-3.0.0 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.8.3 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.8.2 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.8.1 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.8.0 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.7.4 app/views/pg_hero/home/_connections_table.html.erb
pghero_fork-2.7.3 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.7.3 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.7.2 app/views/pg_hero/home/_connections_table.html.erb
pghero-2.7.1 app/views/pg_hero/home/_connections_table.html.erb