Skip to content

Commit

Permalink
Update resultCtrl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Jul 17, 2015
1 parent 381a7b0 commit 3ff0b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/modules/pages/controllers/resultCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@
width: 160,
cellTemplate: '<div ng-click="grid.appScope.showTransaction(row, $event)" class="ui-grid-cell-contents"><span class="navText">{{COL_FIELD}}</span></div>'
},
{field: 'callid_aleg',
displayName: 'CallID_AL',
width: 100,
cellTemplate: '<div ng-click="grid.appScope.showTransaction(row, $event)" class="ui-grid-cell-contents"><span class="navText">{{COL_FIELD}}</span></div>'
},
{field: 'user_agent', displayName: 'User Agent'},
{field: 'source',
displayName: 'Source Host',
Expand Down

0 comments on commit 3ff0b52

Please sign in to comment.