summaryrefslogtreecommitdiffstats
path: root/cds-ui/client
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-11 12:26:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-11 12:26:06 +0000
commitca4fc097ee3a3eaa3fd1f541b2c3863f1bd81697 (patch)
treee5797feb77c42f8ac7210990fb4c33b2711ab432 /cds-ui/client
parent8f16ba0b1461252820894ad7422c453b6e780ec2 (diff)
parent2aac9307512eda30e393872232c011edd1b3b81f (diff)
Merge "Stepper form changes"
Diffstat (limited to 'cds-ui/client')
-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>