diff --git a/ui/src/config/section/event.js b/ui/src/config/section/event.js index 0a501a18333..85234fac77d 100644 --- a/ui/src/config/section/event.js +++ b/ui/src/config/section/event.js @@ -22,6 +22,11 @@ export default { permission: ['listEvents'], columns: ['username', 'description', 'state', 'level', 'type', 'account', 'domain', 'created'], details: ['username', 'id', 'description', 'state', 'level', 'type', 'account', 'domain', 'created'], + related: [{ + name: 'event', + title: 'Event Timeline', + param: 'startid' + }], actions: [ { api: 'archiveEvents',