Fix: slow suggest Host Address (#1746)

load on client instead of block
This commit is contained in:
Bernd Storath
2025-03-17 14:28:03 +01:00
committed by GitHub
parent c133446f9c
commit c5c3a65bbf
4 changed files with 23 additions and 22 deletions
+6 -6
View File
@@ -18,18 +18,18 @@
/>
</FormGroup>
<FormGroup>
<FormHeading :description="$t('admin.config.allowedIpsDesc')">{{
$t('general.allowedIps')
}}</FormHeading>
<FormHeading :description="$t('admin.config.allowedIpsDesc')">
{{ $t('general.allowedIps') }}
</FormHeading>
<FormArrayField
v-model="data.defaultAllowedIps"
name="defaultAllowedIps"
/>
</FormGroup>
<FormGroup>
<FormHeading :description="$t('admin.config.dnsDesc')">{{
$t('general.dns')
}}</FormHeading>
<FormHeading :description="$t('admin.config.dnsDesc')">
{{ $t('general.dns') }}
</FormHeading>
<FormArrayField v-model="data.defaultDns" name="defaultDns" />
</FormGroup>
<FormGroup>