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

@ -30,6 +30,7 @@ type AdminStats struct {
DataSourceCount int `json:"data_source_count"`
PlaylistCount int `json:"playlist_count"`
StarredDbCount int `json:"starred_db_count"`
AlertCount int `json:"alert_count"`
}
type GetAdminStatsQuery struct {