mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 23:37:01 -06:00
Fixed dashboard_tag query
This commit is contained in:
parent
6c4791b48d
commit
8bd07287f8
@ -71,7 +71,7 @@ func GetAdminStats(query *m.GetAdminStatsQuery) error {
|
||||
FROM ` + dialect.Quote("dashboard_snapshot") + `
|
||||
) AS db_snapshot_count,
|
||||
(
|
||||
SELECT COUNT(*)
|
||||
SELECT COUNT( DISTINCT ( ` + dialect.Quote("term") + ` ))
|
||||
FROM ` + dialect.Quote("dashboard_tag") + `
|
||||
) AS db_tag_count,
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user