refactor(grafana): replace dashboard info with import compatible layout
This commit is contained in:
parent
4aad919153
commit
577f821b9d
8 changed files with 173 additions and 110 deletions
|
@ -15,6 +15,4 @@ type DashboardVersion struct {
|
|||
Data any `json:"data"`
|
||||
}
|
||||
|
||||
type DashboardVersionListResponse struct {
|
||||
DashboardVersions []DashboardVersion
|
||||
}
|
||||
type DashboardVersionListResponse []DashboardVersion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue