improved zabbix import script using children processes
This commit is contained in:
@@ -180,6 +180,7 @@ Vue.component('tt-autocomplete', {
|
||||
this.displayingItems = [];
|
||||
} else {
|
||||
this.displayingItems = response.data
|
||||
if (response.data.length === 1 && response.data[0].text === this.displayValue) this.selectSuggestion(response.data[0]);
|
||||
}
|
||||
this.isLoading = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user