{{ t('Allocate service template group') }} {{ t('to host group') }}
@if (servicetemplategroupId === null) {
{{ t('Please select a service template group.') }}
}
@if (hostgroupId === null) {
{{ t('Please select a host group.') }}
}
@if (hostgroupId !== null) {
{{ t('Please notice') }}
{{ t('Services which use a service template that could not be assigned to the selected host due to container permissions, will be removed automatically.') }}
} @if (hostgroupId !== null) { @for (hostWithServicesToDeploy of hostsWithServicetemplatesForDeploy; track hostWithServicesToDeploy; let i = $index) {
@for (serviceToDeploy of hostWithServicesToDeploy.services; track serviceToDeploy) {
}
} } @if (hostgroupId !== null) {
{{ t('Select all') }}
{{ t('Undo selection') }}
}
@if (isProcessing) { }