config: add event timeline support

Fixes #218

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2020-03-25 16:46:16 +05:30
parent 27e810886b
commit 2551e2c43f
1 changed files with 5 additions and 0 deletions

View File

@ -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',