Sha256: 3f52162806aab7bbb8aea55643d67b9694ffc5927884185fc0b657ef1aef80a0

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 Bytes

Contents

<div class="ui active segment">
  <h4 class="ui header">
    <div class="content">Pools</div>
  </h4>
  <table class="ui compact table">
    <thead>
      <tr>
        <% pools.first.keys.each do |key| %>
          <th>
            <%= key.titleize %>
          </th>
        <% end %>
      </tr>
    </thead>
    <tbody>
      <% pools.each do |row| %>
        <tr>
          <% row.each do |k,v| %>
            <td>
              <%= v %>
            </td>
          <% end %>
        </tr>
      <% end %>
    </tbody>
  </table>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pgbouncerhero-2.0.0 app/views/pg_bouncer_hero/database/_pools.html.erb
pgbouncerhero-1.0.3 app/views/pg_bouncer_hero/database/_pools.html.erb