You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by GitBox <gi...@apache.org> on 2018/11/29 15:34:19 UTC

[GitHub] tobias-istvan commented on a change in pull request #48: [AMBARI-24880] [Log Search UI] Create new layout for the Audit log list.

tobias-istvan commented on a change in pull request #48: [AMBARI-24880] [Log Search UI] Create new layout for the Audit log list.
URL: https://github.com/apache/ambari-logsearch/pull/48#discussion_r237535799
 
 

 ##########
 File path: ambari-logsearch-web/src/app/components/audit-logs-entries/audit-logs-entries.component.ts
 ##########
 @@ -43,15 +46,16 @@ export class AuditLogsEntriesComponent {
   filtersForm: FormGroup;
 
   @Input()
-  totalCount: number = 0;
+  totalCount = 0;
+
+  commonFieldNames = commonFieldNames;
 
 Review comment:
   I also fixed a missing `@Input` issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services