diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-22 18:54:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-22 18:54:44 +0000 |
commit | bc14b3c01f02096e67dc5d2908dd94dd89aec999 (patch) | |
tree | 347cfd2515e4625af6a75980c0b3258c99c1d0bc /cds-ui/client/src | |
parent | a6a6cb3d084de96d840314cf4d1be18b1989a8f9 (diff) | |
parent | 1775f945521a0aeccd1ae91c4c1ed7a6957419a4 (diff) |
Merge "Stepper changes"
Diffstat (limited to 'cds-ui/client/src')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html | 10 |
1 files changed, 5 insertions, 5 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 64556fb74..5098d563f 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 @@ -33,13 +33,13 @@ limitations under the License. </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-step [stepControl]="thirdFormGroup"> + <ng-template matStepLabel>Test</ng-template> + <app-test-template></app-test-template> </mat-step> </mat-horizontal-stepper> </mat-card-content> -</mat-card>
\ No newline at end of file +</mat-card> |