Merge branch 'Device/improve-zabbix-import' into 'master'
improved zabbix import script using children processes See merge request fronk/thetool!1222
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