This is an automated email from the ASF dual-hosted git repository.
tobiasistvan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git
The following commit(s) were added to refs/heads/master by this push:
new 146a176 [AMBARI-25026] [Log Search UI] Audit log list: missing event
time value in the log list (#61)
146a176 is described below
commit 146a1761faff238ece6bea1b744cd56b6c299941
Author: Istvan Tobias <[email protected]>
AuthorDate: Mon Dec 10 12:40:06 2018 +0100
[AMBARI-25026] [Log Search UI] Audit log list: missing event time value in
the log list (#61)
---
.../src/app/components/logs-container/logs-container.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.html
b/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.html
index 649c718..d8b9658 100644
---
a/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.html
+++
b/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.html
@@ -57,7 +57,7 @@
[class.loading]="logsContainerService.isGraphRequestInProgress$ |
async"></time-line-graph>
</collapsible-panel>
<audit-logs-entries [totalCount]="totalCount" [logs]="auditLogs | async"
[columns]="auditLogsColumns | async"
[commonFieldNames]="auditLogsCommonFieldNames"
- [filtersForm]="filtersForm"
[class.loading]="logsContainerService.isLogsRequestInProgress$ |
async"></audit-logs-entries>
+ [filtersForm]="filtersForm"
[class.loading]="logsContainerService.isLogsRequestInProgress$ | async"
[timeZone]="timeZone$ | async"></audit-logs-entries>
</ng-container>
</ng-container>
<log-context *ngIf="isServiceLogContextView" [id]="activeLog.id"
[hostName]="activeLog.host_name"