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

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


The following commit(s) were added to refs/heads/master by this push:
     new 72c9b77  [AMBARI-25016] [Log Search UI] There is console error about 
TimeZonePicker initialisation (#58)
72c9b77 is described below

commit 72c9b7778450b801d3a48e940016d2b1d56569c4
Author: Istvan Tobias <tobias.ist...@gmail.com>
AuthorDate: Fri Dec 7 14:14:41 2018 +0100

    [AMBARI-25016] [Log Search UI] There is console error about TimeZonePicker 
initialisation (#58)
---
 .../src/app/components/timezone-picker/timezone-picker.component.html    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/ambari-logsearch-web/src/app/components/timezone-picker/timezone-picker.component.html
 
b/ambari-logsearch-web/src/app/components/timezone-picker/timezone-picker.component.html
index 0d4c759..39d7df9 100644
--- 
a/ambari-logsearch-web/src/app/components/timezone-picker/timezone-picker.component.html
+++ 
b/ambari-logsearch-web/src/app/components/timezone-picker/timezone-picker.component.html
@@ -18,7 +18,6 @@
 <modal-dialog [visible]="visible$ | async"
   [showCloseBtn]="true"
   (onCloseRequest)="onCloseRequest($event)"
-  (onAfterViewInit)="initMap()"
   class="time-zone-modal">
   <time-zone-map-input [value]="timeZone$ | async" 
(onChange)="onTimeZoneSelect($event)" 
[mapElementId]="mapElementId"></time-zone-map-input>
   <footer>

Reply via email to