We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3b544 commit 14f5ab5Copy full SHA for 14f5ab5
x-pack/legacy/plugins/index_management/index.ts
@@ -4,7 +4,6 @@
4
* you may not use this file except in compliance with the Elastic License.
5
*/
6
7
-import { Root } from 'joi';
8
import { resolve } from 'path';
9
import { i18n } from '@kbn/i18n';
10
import { Legacy } from 'kibana';
@@ -22,6 +21,7 @@ export function indexManagement(kibana: any) {
22
21
configPrefix: 'xpack.index_management',
23
publicDir: resolve(__dirname, 'public'),
24
require: ['kibana', 'elasticsearch', 'xpack_main'],
+
25
uiExports: {
26
styleSheetPaths: resolve(__dirname, 'public/index.scss'),
27
managementSections: ['plugins/index_management'],
0 commit comments