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

@@ -317,6 +317,12 @@ type GetDashboardSlugByIdQuery struct {
Result string
}
type GetProvisionedDashboardByDashboardId struct {
DashboardId int64
Result *DashboardProvisioning
}
type GetProvisionedDashboardDataQuery struct {
Name string