Do not duplicate app descriptor in app eventlog
This commit is contained in:
@@ -937,7 +937,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
|
||||
$scope.eventlog.eventLogs = [];
|
||||
result.forEach(function (e) {
|
||||
$scope.eventlog.eventLogs.push({ raw: e, details: Client.eventLogDetails(e), source: Client.eventLogSource(e) });
|
||||
$scope.eventlog.eventLogs.push({ raw: e, details: Client.eventLogDetails(e, true /* redact app descriptor */), source: Client.eventLogSource(e) });
|
||||
});
|
||||
|
||||
$scope.eventlog.busy = false;
|
||||
|
||||
Reference in New Issue
Block a user