Skip to content

Commit

Permalink
do not warn on legacy config key usage for timelion ui (#68668) (#69002)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jun 18, 2020
1 parent 4fbff13 commit bcd4552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_type_timelion/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const config: PluginConfigDescriptor<ConfigSchema> = {
renameFromRoot('timelion_vis.enabled', 'vis_type_timelion.enabled'),
renameFromRoot('timelion.enabled', 'vis_type_timelion.enabled'),
renameFromRoot('timelion.graphiteUrls', 'vis_type_timelion.graphiteUrls'),
renameFromRoot('timelion.ui.enabled', 'vis_type_timelion.ui.enabled'),
renameFromRoot('timelion.ui.enabled', 'vis_type_timelion.ui.enabled', true),
],
};
export const plugin = (initializerContext: PluginInitializerContext) =>
Expand Down

0 comments on commit bcd4552

Please sign in to comment.