@if (stepCount() > 1) { } {{ t('Select host') }}
@if (stepCount() > 2) { } {{ t('Configure Agent') }}
@if (stepCount() > 3) { } {{ t('Install Agent') }}
@if (mode() == AgentModes.Pull) {
@if (stepCount() > 4) { } {{ t('Exchange TLS Certificate') }}
} @else {
@if (stepCount() > 4) { } {{ t('Select Agent') }}
}
@if (stepCount() > 5) { } {{ t('Create services') }}