kibana/x-pack/plugins/ml/kibana.json
James Gowdy 78d7bfdf97
[ML] Space management UI (#83320)
* [ML] Space management UI

* fixing types

* small react refactor

* adding repair toasts

* text and style changes

* handling spaces being disabled

* correcting initalizing endpoint response

* text updates

* text updates

* fixing spaces manager use when spaces is disabled

* more text updates

* switching to delete saved object first rather than overwrite

* filtering non ml spaces

* renaming file

* fixing types

* updating list style

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-19 15:26:01 +00:00

43 lines
666 B
JSON

{
"id": "ml",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": [
"xpack",
"ml"
],
"requiredPlugins": [
"data",
"cloud",
"features",
"licensing",
"usageCollection",
"share",
"embeddable",
"uiActions",
"kibanaLegacy",
"indexPatternManagement",
"discover"
],
"optionalPlugins": [
"home",
"security",
"spaces",
"management",
"licenseManagement"
],
"server": true,
"ui": true,
"requiredBundles": [
"esUiShared",
"kibanaUtils",
"kibanaReact",
"dashboard",
"savedObjects",
"home",
"spaces"
],
"extraPublicDirs": [
"common"
]
}