mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Minor bug fixes
This commit is contained in:
@@ -52,9 +52,9 @@ type GetDashboardSnapshotQuery struct {
|
||||
type DashboardSnapshots []*DashboardSnapshot
|
||||
|
||||
type GetDashboardSnapshotsQuery struct {
|
||||
Name string
|
||||
Limit int
|
||||
OrgId int64
|
||||
Name string
|
||||
Limit int
|
||||
OrgId int64
|
||||
|
||||
Result DashboardSnapshots
|
||||
Result DashboardSnapshots
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user