Plugins: rename vizPlugin to panelPlugin (#16802)

This commit is contained in:
Ryan McKinley
2019-04-29 09:20:58 -07:00
committed by GitHub
parent c5097e2ef3
commit 7dbe719fda
8 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ export interface PanelPluginMeta extends PluginMeta {
hideFromList?: boolean;
sort: number;
angularPlugin: AngularPanelPlugin | null;
vizPlugin: PanelPlugin | null;
panelPlugin: PanelPlugin | null;
hasBeenImported?: boolean;
// if length>0 the query tab will show up