Index pattern field editor (#88995)

Index pattern field editor
This commit is contained in:
Sébastien Loix 2021-02-18 18:00:43 +00:00 committed by GitHub
parent df8f2b1412
commit eddf1c94b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
173 changed files with 4358 additions and 1034 deletions

View file

@ -8,7 +8,6 @@
import React, { useEffect, useState, useCallback } from 'react';
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
import { EuiCode } from '@elastic/eui';
import { PainlessLang, PainlessContext } from '@kbn/monaco';
import {
EuiFlexGroup,
@ -19,6 +18,7 @@ import {
EuiComboBoxOptionOption,
EuiLink,
EuiCallOut,
EuiCode,
} from '@elastic/eui';
import {