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:
Torkel Ödegaard
2015-03-22 22:04:13 -04:00
29 changed files with 458 additions and 50 deletions
+11
View File
@@ -0,0 +1,11 @@
package models
type SystemStats struct {
DashboardCount int
UserCount int
OrgCount int
}
type GetSystemStatsQuery struct {
Result *SystemStats
}