chore: Rename isDataPanel to noQueries

This commit is contained in:
Johannes Schill
2019-02-12 09:48:46 +01:00
parent 0019e0ffc9
commit 2db9cb3d93
8 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ type PluginBase struct {
BaseUrl string `json:"baseUrl"`
HideFromList bool `json:"hideFromList,omitempty"`
State PluginState `json:"state,omitempty"`
IsDataPanel bool `json:"isDataPanel"`
NoQueries bool `json:"noQueries"`
IncludedInAppId string `json:"-"`
PluginDir string `json:"-"`