fix(): admin stats and postgres

This commit is contained in:
Torkel Ödegaard
2016-04-11 18:16:35 -04:00
parent 5a81cf6c17
commit 9c14b9672f
4 changed files with 12 additions and 22 deletions

View File

@@ -22,10 +22,6 @@
<td>Total users</td>
<td>{{ctrl.stats.user_count}}</td>
</tr>
<tr>
<td>Total grafana admins</td>
<td>{{ctrl.stats.grafana_admin_count}}</td>
</tr>
<tr>
<td>Total organizations</td>
<td>{{ctrl.stats.org_count}}</td>