mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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:
parent
cdb3c30ab9
commit
9f3992f6c2
70 changed files with 965 additions and 313 deletions
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue