You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by to...@apache.org on 2018/07/22 13:15:26 UTC

[ambari] branch trunk updated: [AMBARI-24312] [LogSearch UI] Audit screen sub tab changes clear the Summary charts. (#1819)

This is an automated email from the ASF dual-hosted git repository.

tobiasistvan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d2f43fb  [AMBARI-24312] [LogSearch UI] Audit screen sub tab changes clear the Summary charts. (#1819)
d2f43fb is described below

commit d2f43fbc8b3cf6acf52e3ef189cbd39cd4a33afb
Author: Istvan Tobias <to...@gmail.com>
AuthorDate: Sun Jul 22 15:15:23 2018 +0200

    [AMBARI-24312] [LogSearch UI] Audit screen sub tab changes clear the Summary charts. (#1819)
---
 .../src/app/classes/components/graph/graph.component.ts                  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-logsearch/ambari-logsearch-web/src/app/classes/components/graph/graph.component.ts b/ambari-logsearch/ambari-logsearch-web/src/app/classes/components/graph/graph.component.ts
index 4c9859e..9ac317c 100644
--- a/ambari-logsearch/ambari-logsearch-web/src/app/classes/components/graph/graph.component.ts
+++ b/ambari-logsearch/ambari-logsearch-web/src/app/classes/components/graph/graph.component.ts
@@ -209,6 +209,7 @@ export class GraphComponent implements AfterViewInit, OnChanges, OnInit, OnDestr
     this.graphContainer = this.graphContainerRef.nativeElement;
     this.tooltip = this.tooltipRef.nativeElement;
     this.host = d3.select(this.graphContainer);
+    this.createGraph();
   }
 
   ngOnChanges(changes: SimpleChanges) {