mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Serverless nav] Remove link to "performance" (#162307)
This commit is contained in:
parent
b1a3bc559f
commit
607c0b2259
5 changed files with 0 additions and 34 deletions
|
@ -623,20 +623,6 @@ Array [
|
|||
"renderItem": undefined,
|
||||
"title": "Mock Users & Roles",
|
||||
},
|
||||
Object {
|
||||
"children": undefined,
|
||||
"deepLink": undefined,
|
||||
"href": "https://cloud.elastic.co/deployments/123456789/performance",
|
||||
"id": "cloudLinkPerformance",
|
||||
"isActive": false,
|
||||
"path": Array [
|
||||
"project_settings_project_nav",
|
||||
"settings",
|
||||
"cloudLinkPerformance",
|
||||
],
|
||||
"renderItem": undefined,
|
||||
"title": "Mock Performance",
|
||||
},
|
||||
Object {
|
||||
"children": undefined,
|
||||
"deepLink": undefined,
|
||||
|
|
|
@ -710,14 +710,6 @@ describe('<DefaultNavigation />', () => {
|
|||
).textContent
|
||||
).toBe('Mock Users & RolesExternal link');
|
||||
|
||||
expect(
|
||||
await (
|
||||
await findByTestId(
|
||||
/nav-item-project_settings_project_nav.settings.cloudLinkPerformance/
|
||||
)
|
||||
).textContent
|
||||
).toBe('Mock PerformanceExternal link');
|
||||
|
||||
expect(
|
||||
await (
|
||||
await findByTestId(/nav-item-project_settings_project_nav.settings.cloudLinkBilling/)
|
||||
|
|
|
@ -84,10 +84,6 @@ const getDefaultNavigationTree = (
|
|||
id: 'cloudLinkUserAndRoles',
|
||||
cloudLink: 'userAndRoles',
|
||||
},
|
||||
{
|
||||
id: 'cloudLinkPerformance',
|
||||
cloudLink: 'performance',
|
||||
},
|
||||
{
|
||||
id: 'cloudLinkBilling',
|
||||
cloudLink: 'billingAndSub',
|
||||
|
|
|
@ -174,10 +174,6 @@ const navigationTree: NavigationTreeDefinition = {
|
|||
id: 'cloudLinkUserAndRoles',
|
||||
cloudLink: 'userAndRoles',
|
||||
},
|
||||
{
|
||||
id: 'cloudLinkPerformance',
|
||||
cloudLink: 'performance',
|
||||
},
|
||||
{
|
||||
id: 'cloudLinkBilling',
|
||||
cloudLink: 'billingAndSub',
|
||||
|
|
|
@ -145,10 +145,6 @@ const navigationTree: NavigationTreeDefinition = {
|
|||
id: 'cloudLinkUserAndRoles',
|
||||
cloudLink: 'userAndRoles',
|
||||
},
|
||||
{
|
||||
id: 'cloudLinkPerformance',
|
||||
cloudLink: 'performance',
|
||||
},
|
||||
{
|
||||
id: 'cloudLinkBilling',
|
||||
cloudLink: 'billingAndSub',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue