mirror of
https://github.com/grafana/grafana.git
synced 2026-08-09 04:38:16 -05:00
Merge branch 'develop' of github.com:grafana/grafana into dashboard_snapshot_poc
Conflicts: src/app/features/dashboard/partials/shareDashboard.html
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
type SystemStats struct {
|
||||
DashboardCount int
|
||||
UserCount int
|
||||
OrgCount int
|
||||
}
|
||||
|
||||
type GetSystemStatsQuery struct {
|
||||
Result *SystemStats
|
||||
}
|
||||
Reference in New Issue
Block a user