mirror of https://github.com/apache/cloudstack.git
config: add event timeline support
Fixes #218 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
27e810886b
commit
2551e2c43f
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue