summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-01-09 14:56:39 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-01-09 14:56:53 +0530
commit22ca2adc867594e1c1fe9ff0b5750869e2eda282 (patch)
treec0e989bc18e4350740404b83fc9b09e5f1eef2fa /cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
parentdb35bf8fada1634eb45cde49a617f98b98694b60 (diff)
CBA wizard
Made chnages in cba wizard to accept step details as input parameter Issue-ID: CCSDK-816 Change-Id: I282ab81f0342cac78ac8d6636cabf7b908161dda Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
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.html4
1 files changed, 2 insertions, 2 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 1bff1aba1..a925b4534 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
@@ -34,8 +34,8 @@ limitations under the License.
<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>
+ <a *ngFor="let routeLink of stepsRequired; let i = index;">
+ <mat-step style="display: none;">
<ng-template matStepLabel>{{routeLink.label}}
</ng-template>
</mat-step>