tobias-istvan closed pull request #61: [AMBARI-25026] [Log Search UI] Audit log 
list: missing event time value in the log list
URL: https://github.com/apache/ambari-logsearch/pull/61
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 649c7188ec..d8b965836f 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"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to