Chore: Remove unused properties in explore (#17359)

This removes unused properties in explore and datasource 
meta data (tables and explore properties in plugin.json).
This commit is contained in:
Marcus Efraimsson
2019-05-31 09:45:53 +02:00
committed by GitHub
parent a0bb01103e
commit 1497f3d79a
14 changed files with 0 additions and 40 deletions

View File

@@ -75,9 +75,7 @@ export class DataSourcePlugin<
export interface DataSourcePluginMeta extends PluginMeta {
builtIn?: boolean; // Is this for all
metrics?: boolean;
tables?: boolean;
logs?: boolean;
explore?: boolean;
annotations?: boolean;
alerting?: boolean;
mixed?: boolean;