mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
Bug: Fix List dashboard version (#50544)
* Fix List dashboard version * Fix * Roll back tag for dahboard version id
This commit is contained in:
parent
5df694b924
commit
be7518c97b
@ -45,9 +45,9 @@ type ListDashboardVersionsQuery struct {
|
||||
}
|
||||
|
||||
type DashboardVersionDTO struct {
|
||||
ID int64 `json:"id"`
|
||||
DashboardID int64 `json:"dashboardId"`
|
||||
DashboardUID string `json:"dashboardUid"`
|
||||
ID int64 `json:"id" xorm:"id"`
|
||||
DashboardID int64 `json:"dashboardId" xorm:"dashboard_id"`
|
||||
DashboardUID string `json:"dashboardUid" xorm:"dashboard_uid"`
|
||||
ParentVersion int `json:"parentVersion"`
|
||||
RestoredFrom int `json:"restoredFrom"`
|
||||
Version int `json:"version"`
|
||||
|
Loading…
Reference in New Issue
Block a user