Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion x-pack/plugins/dashboard_enhanced/kibana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dashboardEnhanced",
"version": "kibana",
"server": true,
"server": false,
"ui": true,
"requiredPlugins": ["uiActions", "embeddable", "dashboard", "drilldowns"],
"configPath": ["xpack", "dashboardEnhanced"]
Expand Down
5 changes: 1 addition & 4 deletions x-pack/plugins/dashboard_enhanced/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ export interface StartContract {}
export class DashboardEnhancedPlugin
implements Plugin<SetupContract, StartContract, SetupDependencies, StartDependencies> {
public readonly drilldowns = new DashboardDrilldownsService();
public readonly config: { drilldowns: { enabled: boolean } };

constructor(protected readonly context: PluginInitializerContext) {
this.config = context.config.get();
}
constructor(protected readonly context: PluginInitializerContext) {}

public setup(core: CoreSetup<StartDependencies>, plugins: SetupDependencies): SetupContract {
this.drilldowns.bootstrap(core, plugins, {
Expand Down
23 changes: 0 additions & 23 deletions x-pack/plugins/dashboard_enhanced/server/config.ts

This file was deleted.

12 changes: 0 additions & 12 deletions x-pack/plugins/dashboard_enhanced/server/index.ts

This file was deleted.