chore: Rename isDataPanel to noQueries

This commit is contained in:
Johannes Schill
2019-02-12 12:28:53 +01:00
parent b7b1a79405
commit 075fb8e91c
8 changed files with 10 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:"-"`