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
|
@ -17,6 +17,4 @@ type SearchResult struct {
|
|||
FolderURL string `json:"folderUrl"`
|
||||
}
|
||||
|
||||
type SearchResultListResponse struct {
|
||||
SearchResults []SearchResult
|
||||
}
|
||||
type SearchResultListResponse []SearchResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue