Sha256: 17c6caea119bd97aca75cd2960a4578e4a47b86c128e8879372068acc6148fad

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

<header>
  <h2>{{dbName}} stats</h2>
</header>

<table class="table table-striped table-hover">
  <thead>
  <tr>
    <th>Property</th>
    <th>Value</th>
  </tr>
  </thead>
  <tbody>
  <tr ng-repeat="(property, value) in stats">
    <td>{{property}}</td>
    <td>{{value}}</td>
  </tr>
  </tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongo_browser-0.2.5 public/ng/templates/databases/stats.html