Skip to content

Commit

Permalink
Merge pull request #531 from TackAdam/backport/backport-518-to-2.x
Browse files Browse the repository at this point in the history
[Backport 2.x ]Merge pull request 518
  • Loading branch information
TackAdam authored Jun 14, 2023
2 parents 8395cf3 + b9bf6c5 commit f6ab679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export function Application(props: AppDetailProps) {
},
{
text: application.name,
href: `${observabilityApplicationsID}/${appId}`,
href: `#/${appId}`,
},
]);
setStartTimeForApp(sessionStorage.getItem(`${application.name}StartTime`) || 'now-24h');
Expand Down

0 comments on commit f6ab679

Please sign in to comment.