From 12b83f6a3728c5f4714980263dfd2fface60b108 Mon Sep 17 00:00:00 2001
From: kbeyro <121854496+kbeyro@users.noreply.github.com>
Date: Fri, 13 Jun 2025 13:55:04 +0200
Subject: [PATCH] add header

---
 .../admin/clusters/add-cluster/add-cluster.component.html     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/app/shared/admin/clusters/add-cluster/add-cluster.component.html b/src/app/shared/admin/clusters/add-cluster/add-cluster.component.html
index 461a1c10..55c11db6 100644
--- a/src/app/shared/admin/clusters/add-cluster/add-cluster.component.html
+++ b/src/app/shared/admin/clusters/add-cluster/add-cluster.component.html
@@ -100,6 +100,10 @@
 
 
 <div *ngIf="activeStepIndex === 2">
+     <div class="bs-callout bs-callout-primary">
+            <h4>{{'CLUSTERS.WIZARD.STEP_3' | translate }}</h4>
+            {{'CLUSTERS.WIZARD.STEP_3_INFO' | translate }}
+        </div>
     <div class="background-section">
         <h4 style="font-size:15px; font-weight: bold">{{ 'CLUSTERS.TITLE' | translate }}</h4>
         <div class="panel-body">
-- 
GitLab