mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Cloud Security] fixed onboarding link directs to cspm integration (#153268)
This commit is contained in:
parent
49a0996a6a
commit
2b5c537e11
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ exports[`guide cards snapshots should render all cards 1`] = `
|
|||
Object {
|
||||
"navigateTo": Object {
|
||||
"appId": "integrations",
|
||||
"path": "/detail/cloud_security_posture/overview",
|
||||
"path": "/detail/cloud_security_posture/overview?integration=cspm",
|
||||
},
|
||||
"order": 9,
|
||||
"solution": "security",
|
||||
|
|
|
@ -169,7 +169,7 @@ export const guideCards: GuideCardConstants[] = [
|
|||
),
|
||||
navigateTo: {
|
||||
appId: 'integrations',
|
||||
path: '/detail/cloud_security_posture/overview',
|
||||
path: '/detail/cloud_security_posture/overview?integration=cspm',
|
||||
},
|
||||
telemetryId: 'onboarding--security--cloud',
|
||||
order: 9,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue