Sha256: 2312a55ab1736b850b7818737d1187b5d24c22159e276b11a360b6710e40c2e8
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
<header> <h2>server info</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 serverInfo"> <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.0.rc2 | app/assets/templates/server_info.html |