{{ t('Configuration Wizard:') }} {{ title }} @if (!this.WizardElement.active) { {{ t('Deprecated') }} }
{{ t('Host Information') }}
{{ t('Basic configuration') }}
@if (!hostPost.container_id) {
{{ t('Please select a container.') }}
}
@if (!hostPost.hosttemplate_id) {
{{ t('Please select a host template.') }}
}
@if (data.dnsHostnameNotFound) {
{{ t('Could not resolve hostname.') }}
} @if (data.isHostnameInUse) { {{ t('A host with the name {0} already exists. Duplicate host names could lead to confusion.', { '0': hostPost.name }) }} }
@if (data.dnsAddressNotFound) {
{{ t('Could not resolve address.') }}
} @if (hostPost.hosttemplate_id) {
@if (hosttemplate) { }
} @if (PermissionsService.hasModuleObservable('DistributeModule')|async) {
}