Stepper form changes 31/81931/1
authorArundathi Patil <arundpil@in.ibm.com>
Mon, 11 Mar 2019 11:54:15 +0000 (17:24 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Mon, 11 Mar 2019 11:54:21 +0000 (17:24 +0530)
Removed Proceed button from 2nd step as it is not required

Issue-ID: CCSDK-1135
Change-Id: Idecc858c85cc063b03a728397f21b8c7ee24e2b5
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html

index 3236937..b38c75b 100644 (file)
@@ -29,9 +29,6 @@ limitations under the License.
             <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>Deploy</ng-template>