[ML] Adding ui-select imports (#29823)

* [ML] Adding ui-select imports

* using variable in scss
This commit is contained in:
James Gowdy 2019-02-01 14:12:24 +00:00 committed by GitHub
parent 910bebb38b
commit 2656666106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 1 deletions

View file

@ -38,6 +38,12 @@
color: $euiColorDarkShade;
}
}
.btn {
border: 1px solid $euiColorLightShade;
background-color: $euiColorEmptyShade;
color: $euiColorDarkestShade;
}
}
.ui-select-container input[type="search"]::placeholder {
@ -57,4 +63,4 @@
// SASSTODO: Remove all the floats
.clear, .clearfix {
clear: both;
}
}

View file

@ -9,6 +9,7 @@
import _ from 'lodash';
import angular from 'angular';
import 'ace';
import 'angular-ui-select';
import { parseInterval } from 'ui/utils/parse_interval';
import { timefilter } from 'ui/timefilter';

View file

@ -7,6 +7,7 @@
import _ from 'lodash';
import 'angular-ui-select';
import { aggTypes } from 'ui/agg_types';
import { addJobValidationMethods } from 'plugins/ml/../common/util/validation_utils';

View file

@ -7,6 +7,7 @@
import _ from 'lodash';
import 'angular-ui-select';
import { aggTypes } from 'ui/agg_types/index';
import { addJobValidationMethods } from 'plugins/ml/../common/util/validation_utils';

View file

@ -8,6 +8,7 @@
import _ from 'lodash';
import angular from 'angular';
import 'angular-ui-select';
import dateMath from '@elastic/datemath';
import { isJobIdValid, prefixDatafeedId } from 'plugins/ml/../common/util/job_utils';
import { getCreateRecognizerJobBreadcrumbs } from 'plugins/ml/jobs/breadcrumbs';

View file

@ -7,6 +7,7 @@
import _ from 'lodash';
import 'angular-ui-select';
import { aggTypes } from 'ui/agg_types';
import { addJobValidationMethods } from 'plugins/ml/../common/util/validation_utils';