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

krisztiankasa 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 81b3b01  AMBARI-25054 - LogSearch - In configuration Editor page, 
under validator section, component Name suggestions are always over hiding with 
"livy2_server" component name. (#63)
81b3b01 is described below

commit 81b3b01ff50a55b7c119899fc47d597a38eba60d
Author: kasakrisz <33458261+kasakr...@users.noreply.github.com>
AuthorDate: Thu Dec 20 15:15:06 2018 +0100

    AMBARI-25054 - LogSearch - In configuration Editor page, under validator 
section, component Name suggestions are always over hiding with "livy2_server" 
component name. (#63)
---
 .../shipper-service-configuration-form.component.html                  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/ambari-logsearch-web/src/app/modules/shipper/components/shipper-service-configuration-form/shipper-service-configuration-form.component.html
 
b/ambari-logsearch-web/src/app/modules/shipper/components/shipper-service-configuration-form/shipper-service-configuration-form.component.html
index bb7034a..7e91137 100644
--- 
a/ambari-logsearch-web/src/app/modules/shipper/components/shipper-service-configuration-form/shipper-service-configuration-form.component.html
+++ 
b/ambari-logsearch-web/src/app/modules/shipper/components/shipper-service-configuration-form/shipper-service-configuration-form.component.html
@@ -86,7 +86,8 @@
                      [typeahead]="configurationComponents$ | async"
                      [typeaheadItemTemplate]="typeAheadTpl"
                      [typeaheadMinLength]="0"
-                     [disableControl]="configurationForm.invalid">
+                     [disableControl]="configurationForm.invalid"
+                     autocomplete="off">
             </div>
             <div class="form-group" 
[class.has-warning]="sampleDataField.invalid">
               <label>

Reply via email to