Batch #{{ batch.id }}
by {{ getUserById(batch.created_by)?.username || batch.created_by }}
{{ getStatusLabel(batch) }}
{{ batch.log_count }} transfer{{ batch.log_count === 1 ? '' : 's' }}
Created {{ formatRelativeTime(batch.created_at) }}
•
Scheduled {{ formatRelativeTime(batch.scheduled_at) }}
•
Region: {{ batch.provision_options.region }}
•
Tags: {{ batch.provision_options.node_tags.join(', ') }}
Reason:
{{ truncateReason(batch.reason) }}