mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
2ff20dc61a
commit
c0a2f634bb
2 changed files with 2 additions and 3 deletions
|
@ -220,9 +220,7 @@ uiModules.get('apps/management')
|
|||
const dateFields = fields.filter(field => field.type === 'date');
|
||||
|
||||
if (dateFields.length === 0) {
|
||||
return [{
|
||||
display: `The indices which match this index pattern don't contain any time fields.`,
|
||||
}];
|
||||
return [];
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
</select>
|
||||
|
||||
<svg
|
||||
ng-hide="stepTimeField.canShowNoTimeBasedFieldsMessage()"
|
||||
class="euiIcon euiFormControlLayout__icon euiFormControlLayout__icon--right euiIcon--medium"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue