forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change file data visualizer links to point to new location in home ap…
…plication (elastic#101393) (elastic#101844) * Link to home file data visualizer * remove unused import * i18n cleanup * remove unused import from EmptyState * use const * remove ml functional test cases checking for ml_file_data_visualizer * more clean-up of ml_file_data_visualizer * jest snapshot and nav to home page in no_ml_access tests * revert change to functional test dual_privileges_all at everything_space * revert another change to security_and_spaces/tests/catalogue.ts * revert changes to x-pack/test/ui_capabilities/security_only/tests/catalogue.ts Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # src/plugins/index_pattern_management/public/components/index_pattern_table/index_pattern_table.tsx
- Loading branch information
Showing
29 changed files
with
48 additions
and
292 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
...public/components/index_pattern_table/empty_state/__snapshots__/empty_state.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
src/plugins/index_pattern_management/public/service/environment/environment.mock.ts
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
src/plugins/index_pattern_management/public/service/environment/environment.test.ts
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/plugins/index_pattern_management/public/service/environment/environment.ts
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/plugins/index_pattern_management/public/service/environment/index.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
"lens" | ||
], | ||
"requiredBundles": [ | ||
"home", | ||
"kibanaReact", | ||
"maps", | ||
"esUiShared" | ||
|
Oops, something went wrong.