Sha256: 070d1d4b0fa1553b7e9934880d91f32065fe3622f1ddb14e5fff5f3f1c4ad28c

Contents?: true

Size: 473 Bytes

Versions: 4

Compression:

Stored size: 473 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

4 entries across 4 versions & 1 rubygems

Version Path
pghero-1.7.0 app/views/pg_hero/home/_connections_table.html.erb
pghero-1.6.5 app/views/pg_hero/home/_connections_table.html.erb
pghero-1.6.4 app/views/pg_hero/home/_connections_table.html.erb
pghero-1.6.3 app/views/pg_hero/home/_connections_table.html.erb