mirror of
https://github.com/ansible/awx.git
synced 2026-06-29 18:38:02 -02:30
First attempt at accessing /activity_stream. Modified /list/Stream.js to match the API and to start providing some of the translation we'll need.
This commit is contained in:
@@ -19,17 +19,20 @@ angular.module('StreamListDefinition', [])
|
||||
"class": "table-condensed",
|
||||
|
||||
fields: {
|
||||
event_time: {
|
||||
key: true,
|
||||
label: 'When'
|
||||
},
|
||||
user: {
|
||||
label: 'Who',
|
||||
label: 'User',
|
||||
linkTo: "\{\{ activity.userLink \}\}",
|
||||
sourceModel: 'user',
|
||||
sourceField: 'username'
|
||||
sourceField: 'username',
|
||||
awToolTip: "\{\{ userToolTip \}\}",
|
||||
dataPlacement: 'top'
|
||||
},
|
||||
operation: {
|
||||
label: 'Operation'
|
||||
timestamp: {
|
||||
label: 'Event Time',
|
||||
},
|
||||
objects: {
|
||||
label: 'Objects',
|
||||
ngBindHtml: 'activity.objects'
|
||||
},
|
||||
description: {
|
||||
label: 'Description'
|
||||
|
||||
Reference in New Issue
Block a user