Explorar o código

AMBARI-20613 - Host Filtering interaction is confusing and cumbersome to perform simple filtering (rzang)

Change-Id: If788d4c536adb58f2449d775b577851a3a5cc9d3
Richard Zang %!s(int64=8) %!d(string=hai) anos
pai
achega
0345d1bf25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ambari-web/vendor/scripts/visualsearch.js

+ 1 - 1
ambari-web/vendor/scripts/visualsearch.js

@@ -613,7 +613,7 @@
                 source    : _.bind(this.autocompleteValues, this),
                 minLength : 0,
                 delay     : this.app.options.delay,
-                autoFocus : true,
+                autoFocus : false,
                 position  : {offset : "0 5"},
                 create    : _.bind(function(e, ui) {
                     $(this.el).find('.ui-autocomplete-input').css('z-index','auto');