feat(plugins): progress on plugins page

This commit is contained in:
Torkel Ödegaard
2016-02-26 18:25:39 +01:00
parent b98e5690eb
commit c148d89004
15 changed files with 266 additions and 119 deletions
+1
View File
@@ -4,6 +4,7 @@ import "github.com/grafana/grafana/pkg/plugins"
type PluginSetting struct {
Name string `json:"name"`
Type string `json:"type"`
PluginId string `json:"pluginId"`
Enabled bool `json:"enabled"`
Pinned bool `json:"pinned"`