Hi @all,

Michael Friedrich wrote:

> That's currently not possible as it requires patching the static html
> files. Feel free to provide a patch.

I've found a workaround for my problem:

In /usr/local/icinga/share/js/autocomplete.js I found a line

var min_char = 3;

This seems to be the number of characters after which the autocomplete function 
starts.
I've changed it to 

var min_char = 300;

So now autocomplete starts here after the 300th character entered in the search 
field =;-)

--
Kind regards

Thomas Voigt
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to