mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Export: save all dashboards to git (#48233)
This commit is contained in:
@@ -22,6 +22,7 @@ type PanelInfo struct {
|
||||
}
|
||||
|
||||
type DashboardInfo struct {
|
||||
UID string `json:"uid,omitempty"`
|
||||
ID int64 `json:"id,omitempty"` // internal ID
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user