summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-03-11 17:24:15 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-03-11 17:24:21 +0530
commit2aac9307512eda30e393872232c011edd1b3b81f (patch)
tree65ff667e5b0db31a94ae5cff762bc1a785316fc5 /cds-ui/client/src/app/feature-modules/blueprint
parentfbdd8c6d2ed62b2de8429083a06813faa22b0988 (diff)
Stepper form changes
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>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html3
1 files changed, 0 insertions, 3 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 32369376c..b38c75b21 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
@@ -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>