kasakrisz closed pull request #63: AMBARI-25054 - LogSearch - In configuration 
Editor page, under validator section, component Name suggestions are always 
over hiding with "livy2_server" component name.
URL: https://github.com/apache/ambari-logsearch/pull/63
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 bb7034ae28..7e9113700b 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 @@ <h2>{{'shipperConfiguration.validator.title' | 
translate}}</h2>
                      [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>


 

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


With regards,
Apache Git Services

Reply via email to