{{ t('Configuration Wizard: VMWare Snapshots') }}
{{ t('Host Information') }}
{{ t('VMware') }}

{{ t('VMware Server') }}

{{ t('Please create a user within your vCenter and assign the read-only role.') }}
{{ t('If you don’t want to Monitore all of you Snapshot ages, you can add multiple checks and change the regex for your needs.') }}
{{ t('Add snapshot service') }}
@if (this.errors && this.errors['serviceName'] && this.errors['serviceName']['_empty']) {
{{ this.errors['serviceName']['_empty'] }}
}
@if (serviceAlreadyExists) { {{ t('A service with the name {0} already exists on this host. Duplicate service names could lead to confusion.', { '0': serviceName }) }} }