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

{{ t('VMware Server') }}

{{ t('Please create a user within your vCenter and assign the read-only role.') }}
{{ t('VMware ESXi Hostname from vCenter has to be identical with Hostname in openITCOCKPIT') }}

{{ t('Datastore Services') }}

{{ t('To avoiding duplicate service configuration, the existing services with the same name will be automatically deselected') }}
@if (data) { {{ t('Discovering Datastores for Services') }} }
{{ t('Scan VMWare and find all of datastores. Only possible with valid VMWare configuration') }}
    @for (datastoreService of post.dataStoreServices; track datastoreService) {
      @if (!datastoreService.servicecommandargumentvalues.length) { @if (hasName(datastoreService.name)) {
      } } @else { @if (hasName(datastoreService.name)) {
      @for (commandArgument of datastoreService.servicecommandargumentvalues; track $index) {
      {{ commandArgument.commandargument.human_name }}
      }
      } }
    }