[Infra UI] Merge InfraOps feature branch (#24068)

This commit is contained in:
Felix Stürmer 2018-10-17 12:07:50 +02:00 committed by GitHub
parent 9326e8ff2b
commit 36caa6badd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
436 changed files with 27376 additions and 59 deletions

View file

@ -4,10 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/
import {
// @ts-ignore
EuiSelect,
} from '@elastic/eui';
import { EuiSelect } from '@elastic/eui';
import React, { ChangeEvent, Component } from 'react';
import { KibanaPrivilege } from '../../../../../../../common/model/kibana_privilege';
import { NO_PRIVILEGE_VALUE } from '../../../lib/constants';