renames usage state name for auth token

as noted, sessions might not be a good name for this metrics.
while devices would be a better name for users I think we should
align the name with the code as much as possible. The ui listing
all auth_tokens per user should probarbly say "devices" instead
This commit is contained in:
bergquist
2019-02-11 10:50:32 +01:00
parent 2c8c4729a8
commit 3ce99bca66
4 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ type SystemStats struct {
FolderPermissions int64
Folders int64
ProvisionedDashboards int64
Sessions int64
AuthTokens int64
}
type DataSourceStats struct {