Skip to content

Commit

Permalink
Merge pull request #2861 from radekkaluzik/RHCLOUD-29374
Browse files Browse the repository at this point in the history
'Manage this event' link presets the right bundle tab and configurati…
  • Loading branch information
Hyperkid123 authored Jun 27, 2024
2 parents 87488b4 + a186001 commit d17fb3d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const notificationDrawerData: NotificationData[] = [
created: new Date().toString(),
description: 'This is a test notification',
source: 'openshift',
bundle: 'rhel',
},
{
id: '2',
Expand All @@ -21,6 +22,7 @@ const notificationDrawerData: NotificationData[] = [
created: new Date().toString(),
description: 'This is a test notification',
source: 'console',
bundle: 'rhel',
},
{
id: '3',
Expand All @@ -29,6 +31,7 @@ const notificationDrawerData: NotificationData[] = [
created: new Date().toString(),
description: 'This is a test notification',
source: 'console',
bundle: 'rhel',
},
];

Expand Down

0 comments on commit d17fb3d

Please sign in to comment.