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:
Chris Houseknecht
2013-11-14 07:02:22 +00:00
parent bd942e540a
commit 9505768bf6
4 changed files with 43 additions and 20 deletions

View File

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