aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-02-22 13:41:09 +0530
committerArundathi Patil <arundpil@in.ibm.com>2019-02-22 09:35:26 +0000
commit1775f945521a0aeccd1ae91c4c1ed7a6957419a4 (patch)
tree824e6b43236241eb275a134c2c27accb3b469375 /cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
parentd94c81e03562abd5fe097c21bba1b00d2bd9bdea (diff)
Stepper changes
Changed the sequence of steps in blueprint creation. Moved deploy step before test Issue-ID: CCSDK-1069 Change-Id: If40d7f91749521cb46524202f311be44ab2bc86f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html10
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>