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:16:30 UTC

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

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

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


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

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

    [AMBARI-24312] [LogSearch UI] Audit screen sub tab changes clear the Summary charts. (#1822)
    
    (cherry picked from commit cee2d1b2737ab9bd3e9fc78d302ffcb614503076)
---
 .../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) {