mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge pull request #8777 from elastic/jasper/backport/8775/5.0
[backport] PR #8775 to 5.0 - Disabling the uiSettings for the cli_plugin install
This commit is contained in:
commit
aec3056278
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ export async function rebuildCache(settings, logger) {
|
|||
plugins: {
|
||||
initialize: false,
|
||||
scanDirs: [settings.pluginDir, fromRoot('src/core_plugins')]
|
||||
},
|
||||
uiSettings: {
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue