[7.x] [Logs UI] Add customizable columns to source configuration (#34916) (#36067)

Backports the following commits to 7.x:
 - [Logs UI] Add customizable columns to source configuration  (#34916)
This commit is contained in:
Felix Stürmer 2019-05-06 10:39:26 +02:00 committed by GitHub
parent 9a765673a2
commit f0ecf26b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
68 changed files with 3677 additions and 1926 deletions

View file

@ -59,6 +59,7 @@ import {
UserMenuProvider,
UptimeProvider,
InfraSourceConfigurationFlyoutProvider,
InfraLogStreamProvider,
} from './services';
import {
@ -148,6 +149,7 @@ export default async function ({ readConfigFile }) {
uptime: UptimeProvider,
rollup: RollupPageProvider,
infraSourceConfigurationFlyout: InfraSourceConfigurationFlyoutProvider,
infraLogStream: InfraLogStreamProvider,
},
// just like services, PageObjects are defined as a map of