mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Backports the following commits to 7.x: - [Logs UI] Add customizable columns to source configuration (#34916)
This commit is contained in:
parent
9a765673a2
commit
f0ecf26b28
68 changed files with 3677 additions and 1926 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue