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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user