improved zabbix import script using children processes

This commit is contained in:
Luca Haid
2025-04-14 16:01:37 +02:00
parent 48260bf530
commit 9e919edbd2

View File

@@ -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;