feat(stats): add alerts to global admin stats

This commit is contained in:
bergquist
2016-11-11 14:04:38 +01:00
parent ad97db937c
commit a87fd11f26
3 changed files with 10 additions and 1 deletions

View File

@@ -46,6 +46,10 @@
<td>Total starred dashboards</td>
<td>{{ctrl.stats.starred_db_count}}</td>
</tr>
<tr>
<td>Total alerts</td>
<td>{{ctrl.stats.alert_count}}</td>
</tr>
</tbody>
</table>
</div>