+
+ {/* eslint-disable-next-line @grafana/no-untranslated-strings */}
+
+ {currentStepIndex + 1}. {currentStepConfig?.title}
+
+
+
+
+
+
+ {activeStep === 'connection' && }
+ {activeStep === 'bootstrap' && (
+
+ )}
+ {activeStep === 'synchronize' && (
+
+ )}
+ {activeStep === 'finish' && }
+
+
+ {stepStatusInfo.status === 'error' && (
+
+ )}
+
+
+
+
+
+
+