provisioning: improve UX when saving provisioned dashboards

This commit is contained in:
bergquist
2018-02-27 18:51:04 +01:00
parent a20f3d196c
commit d6faa3d06f
11 changed files with 152 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ type DashboardMeta struct {
FolderId int64 `json:"folderId"`
FolderTitle string `json:"folderTitle"`
FolderUrl string `json:"folderUrl"`
Provisioned bool `json:"provisioned"`
}
type DashboardFullWithMeta struct {