Skip to content

Commit

Permalink
Set relative date for host details link in onboarding flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaharmash committed Jan 6, 2025
1 parent deb52fd commit d654bef
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ export const AutoDetectPanel: FunctionComponent = () => {
href: assetDetailsLocator.getRedirectUrl({
assetType: 'host',
assetId: integration.metadata?.hostname,
assetDetails: {
dateRange: {
from: 'now-15m',
to: 'now',
},
},
}),
},
]
Expand Down

0 comments on commit d654bef

Please sign in to comment.