Grouped features for space management (#74151)

* Grouped features for space management

* Apply suggestions from code review

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

* Address PR Feedback

* docs changes

* updating types/docs

* update APM feature name

* Reintroduce extraAction following EUI update

* change ordering of infra features, and render callout for management category

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Larry Gregory 2020-09-18 12:30:59 -04:00 committed by GitHub
parent cdb3c30ab9
commit 9f3992f6c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 965 additions and 313 deletions

View file

@ -35,6 +35,7 @@ describe('Features Plugin', () => {
id: 'baz',
name: 'baz',
app: [],
category: { id: 'foo', label: 'foo' },
privileges: null,
});
@ -63,6 +64,7 @@ describe('Features Plugin', () => {
id: 'baz',
name: 'baz',
app: [],
category: { id: 'foo', label: 'foo' },
privileges: null,
});