Skip to content

Commit 229febb

Browse files
committed
[License Management] NP migration (#60250)
1 parent 2432aec commit 229febb

110 files changed

Lines changed: 3652 additions & 3524 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

x-pack/.i18nrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"xpack.infra": "plugins/infra",
2323
"xpack.ingestManager": "plugins/ingest_manager",
2424
"xpack.lens": "legacy/plugins/lens",
25-
"xpack.licenseMgmt": "legacy/plugins/license_management",
25+
"xpack.licenseMgmt": "plugins/license_management",
2626
"xpack.licensing": "plugins/licensing",
2727
"xpack.logstash": "legacy/plugins/logstash",
2828
"xpack.main": "legacy/plugins/xpack_main",

x-pack/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { logstash } from './legacy/plugins/logstash';
1616
import { beats } from './legacy/plugins/beats_management';
1717
import { apm } from './legacy/plugins/apm';
1818
import { maps } from './legacy/plugins/maps';
19-
import { licenseManagement } from './legacy/plugins/license_management';
2019
import { indexManagement } from './legacy/plugins/index_management';
2120
import { indexLifecycleManagement } from './legacy/plugins/index_lifecycle_management';
2221
import { spaces } from './legacy/plugins/spaces';
@@ -52,7 +51,6 @@ module.exports = function(kibana) {
5251
apm(kibana),
5352
maps(kibana),
5453
canvas(kibana),
55-
licenseManagement(kibana),
5654
indexManagement(kibana),
5755
indexLifecycleManagement(kibana),
5856
infra(kibana),

0 commit comments

Comments
 (0)