diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-11 12:26:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-11 12:26:06 +0000 |
commit | ca4fc097ee3a3eaa3fd1f541b2c3863f1bd81697 (patch) | |
tree | e5797feb77c42f8ac7210990fb4c33b2711ab432 /cds-ui/client/src | |
parent | 8f16ba0b1461252820894ad7422c453b6e780ec2 (diff) | |
parent | 2aac9307512eda30e393872232c011edd1b3b81f (diff) |
Merge "Stepper form changes"
Diffstat (limited to 'cds-ui/client/src')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html | 3 |
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> |