Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Removes unused ml-item-select directive #28669

Merged
merged 1 commit into from
Jan 14, 2019
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

This file was deleted.

52 changes: 0 additions & 52 deletions x-pack/plugins/ml/public/components/item_select/_item_select.scss

This file was deleted.

9 changes: 0 additions & 9 deletions x-pack/plugins/ml/public/components/item_select/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions x-pack/plugins/ml/public/components/item_select/item_select.html

This file was deleted.

75 changes: 0 additions & 75 deletions x-pack/plugins/ml/public/components/item_select/item_select.js

This file was deleted.

1 change: 0 additions & 1 deletion x-pack/plugins/ml/public/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
@import 'components/form_filter_input/index'; // SASSTODO: This file needs to be rewritten
@import 'components/form_label/index';
@import 'components/influencers_list/index';
@import 'components/item_select/index'; // SASSTODO: This file does some dangerous overwrites
@import 'components/items_grid/index';
@import 'components/job_group_select/index'; // SASSTODO: This file does some dangerous overwrites
@import 'components/job_select_list/index'; // SASSTODO: This file does EXTREMELY DANGEROUS overwrites
Expand Down