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:
Luca Haid
2025-04-14 14:01:56 +00:00

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;