mirror of
https://github.com/sismics/docs.git
synced 2024-11-21 21:47:57 +01:00
Loading feedback for GET /app
This commit is contained in:
parent
d1644dcbc0
commit
bd71dbd445
@ -1,3 +1,6 @@
|
||||
<img src="img/loader.gif" ng-show="!app" />
|
||||
|
||||
<div ng-show="app">
|
||||
<h1>
|
||||
{{ app.document_count }} <small>document{{ app.document_count > 1 ? 's' : '' }} in the database</small>
|
||||
</h1>
|
||||
@ -15,3 +18,4 @@
|
||||
<li><strong>Memory:</strong> {{ app.free_memory / 1000000 | number: 0 }}/{{ app.total_memory / 1000000 | number: 0 }} MB</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user