mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backport PR #8775
---------
**Commit 1:**
Disabling the uiSettings for the cli_plugin install
* Original sha: 81ff2eb639
* Authored by = <brandon.kobel@elastic.co> on 2016-10-20T14:18:17Z
This commit is contained in:
parent
342bf5c9ad
commit
647a84a0b4
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