Merge branch 'master' into alerting_definitions

This commit is contained in:
bergquist
2016-05-09 11:34:56 +02:00
23 changed files with 97 additions and 55 deletions
+1
View File
@@ -29,6 +29,7 @@ type PluginListItem struct {
Info *plugins.PluginInfo `json:"info"`
LatestVersion string `json:"latestVersion"`
HasUpdate bool `json:"hasUpdate"`
DefaultNavUrl string `json:"defaultNavUrl"`
}
type PluginList []PluginListItem