exclude dashboard field from snapshot list search
This commit is contained in:
committed by
Torkel Ödegaard
parent
002b4d3403
commit
473c47cd1c
@@ -73,11 +73,12 @@ type GetDashboardSnapshotQuery struct {
|
||||
}
|
||||
|
||||
type DashboardSnapshots []*DashboardSnapshot
|
||||
type DashboardSnapshotsList []*DashboardSnapshotDTO
|
||||
|
||||
type GetDashboardSnapshotsQuery struct {
|
||||
Name string
|
||||
Limit int
|
||||
OrgId int64
|
||||
|
||||
Result DashboardSnapshots
|
||||
Result DashboardSnapshotsList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user