mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Adding ui-select imports (#29823)
* [ML] Adding ui-select imports * using variable in scss
This commit is contained in:
parent
910bebb38b
commit
2656666106
6 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue