Skip to content

Commit f29f734

Browse files
authored
Change wizard to vis_builder in file names and paths (#2587)
Change all wizard reference in file names and paths to vis_builder Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
1 parent db43437 commit f29f734

File tree

131 files changed

+30
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+30
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

src/plugins/saved_objects_management/public/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import { i18n } from '@osd/i18n';
3232
import { CoreSetup, CoreStart, Plugin } from 'src/core/public';
3333

34-
import { WizardStart } from '../../wizard/public';
34+
import { WizardStart } from '../../vis_builder/public';
3535
import { ManagementSetup } from '../../management/public';
3636
import { DataPublicPluginStart } from '../../data/public';
3737
import { DashboardStart } from '../../dashboard/public';
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ export const PLUGIN_NAME = 'Wizard';
88
export const VISUALIZE_ID = 'visualize';
99
export const EDIT_PATH = '/edit';
1010

11-
export { WizardSavedObjectAttributes, WIZARD_SAVED_OBJECT } from './wizard_saved_object_attributes';
11+
export {
12+
WizardSavedObjectAttributes,
13+
WIZARD_SAVED_OBJECT,
14+
} from './vis_builder_saved_object_attributes';

src/plugins/wizard/common/wizard_saved_object_attributes.ts renamed to src/plugins/vis_builder/common/vis_builder_saved_object_attributes.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/plugins/wizard/public/application/_variables.scss renamed to src/plugins/vis_builder/public/application/_variables.scss

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)