summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html')
-rw-r--r--cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html b/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
index c76be7691..1bff1aba1 100644
--- a/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
+++ b/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
@@ -18,7 +18,7 @@ See the License for the specific language governing permissions and
limitations under the License.
============LICENSE_END============================================
-->
-<mat-card class="CBAform">
+<!-- <mat-card class="CBAform">
<mat-card-content>
<mat-horizontal-stepper [linear]=true #stepper (selectionChange)="changeRoute($event)">
<div *ngFor="let step of stepDetails">
@@ -29,4 +29,17 @@ limitations under the License.
</div>
</mat-horizontal-stepper>
</mat-card-content>
+</mat-card> -->
+
+<mat-card class="CBAform">
+ <mat-card-content>
+ <mat-horizontal-stepper [linear]=true #stepper (selectionChange)="changeRoute($event)">
+ <a *ngFor="let routeLink of routeLinks; let i = index;">
+ <mat-step>
+ <ng-template matStepLabel>{{routeLink.label}}
+ </ng-template>
+ </mat-step>
+ </a>
+ </mat-horizontal-stepper>
+ </mat-card-content>
</mat-card>