aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-02-21 16:03:45 +0530
committerEzhilarasi <ezhrajam@in.ibm.com>2019-02-21 16:04:22 +0530
commit5b0c2b6af882ad1cd94096343d751ba3f22eb08b (patch)
treeea7737dde917bdb0c44fef9bbdcc25433616cbe4 /cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
parentfdd6331215678fd5c84e1514c48946825530d101 (diff)
Removed Next stepper button
Removed extra button from stepper form 1 Change-Id: I0581ad81e2708aa26a0f99b4708d11f9330c4dfa Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html47
1 files changed, 22 insertions, 25 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
index 9a3ba1edd..64556fb74 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
+++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
@@ -20,29 +20,26 @@ limitations under the License.
<router-outlet></router-outlet> -->
<mat-card class="CBAform">
<mat-card-content>
- <mat-horizontal-stepper [linear]="isLinear" #stepper>
- <mat-step [stepControl]="firstFormGroup">
- <ng-template matStepLabel>CBA Metadata</ng-template>
- <app-select-template></app-select-template>
- <div>
- <button mat-button matStepperNext style="color:white;background:gray">Proceed</button>
- </div>
- </mat-step>
- <mat-step [stepControl]="secondFormGroup">
- <ng-template matStepLabel>Controller Blueprint Designer</ng-template>
- <app-modify-template></app-modify-template>
- <div style="position:relative">
- <button mat-button matStepperNext style="color:white;background:gray; right: 20px; position: absolute;bottom:5px; ">Proceed</button>
- </div>
- </mat-step>
- <mat-step [stepControl]="thirdFormGroup">
- <ng-template matStepLabel>Test</ng-template>
- <app-test-template></app-test-template>
- </mat-step>
- <mat-step [stepControl]="thirdFormGroup">
- <ng-template matStepLabel>Deploy</ng-template>
- <app-deploy-template></app-deploy-template>
- </mat-step>
- </mat-horizontal-stepper>
+ <mat-horizontal-stepper [linear]="isLinear" #stepper>
+ <mat-step [stepControl]="firstFormGroup">
+ <ng-template matStepLabel>CBA Metadata</ng-template>
+ <app-select-template></app-select-template>
+ </mat-step>
+ <mat-step [stepControl]="secondFormGroup">
+ <ng-template matStepLabel>Controller Blueprint Designer</ng-template>
+ <app-modify-template></app-modify-template>
+ <div style="position:relative">
+ <button mat-button matStepperNext class="matStepNextBtn">Proceed</button>
+ </div>
+ </mat-step>
+ <mat-step [stepControl]="thirdFormGroup">
+ <ng-template matStepLabel>Test</ng-template>
+ <app-test-template></app-test-template>
+ </mat-step>
+ <mat-step [stepControl]="thirdFormGroup">
+ <ng-template matStepLabel>Deploy</ng-template>
+ <app-deploy-template></app-deploy-template>
+ </mat-step>
+ </mat-horizontal-stepper>
</mat-card-content>
- </mat-card>
+</mat-card> \ No newline at end of file