fix(apps): app dashboards can now be updated, fixes #4817

This commit is contained in:
Torkel Ödegaard
2016-04-26 12:52:44 +02:00
parent 34cb17546d
commit bce5c447b3
5 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -48,6 +48,6 @@ func (slice PluginList) Swap(i, j int) {
type ImportDashboardCommand struct {
PluginId string `json:"pluginId"`
Path string `json:"path"`
Reinstall bool `json:"reinstall"`
Overwrite bool `json:"overwrite"`
Inputs []plugins.ImportDashboardInput `json:"inputs"`
}