[ 
https://issues.apache.org/jira/browse/AMBARI-25026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714606#comment-16714606
 ] 

ASF GitHub Bot commented on AMBARI-25026:
-----------------------------------------

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:
[email protected]


> [Log Search UI] Audit log list: missing event time value in the log list
> ------------------------------------------------------------------------
>
>                 Key: AMBARI-25026
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25026
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-logsearch, logsearch
>    Affects Versions: 2.7.3
>            Reporter: Istvan Tobias
>            Assignee: Istvan Tobias
>            Priority: Major
>              Labels: pull-request-available
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The value of the event time is not displayed at all in the audit log list.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to