dashboard: import to folder

This commit is contained in:
Alexander Zobnin
2018-06-05 19:23:09 +03:00
parent d09749eaaa
commit 4063ae37a4
6 changed files with 36 additions and 2 deletions
+1
View File
@@ -57,4 +57,5 @@ type ImportDashboardCommand struct {
Overwrite bool `json:"overwrite"`
Dashboard *simplejson.Json `json:"dashboard"`
Inputs []plugins.ImportDashboardInput `json:"inputs"`
FolderId int64 `json:"folderId"`
}