mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
committed by
GitHub
parent
a0bb01103e
commit
1497f3d79a
@@ -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