From 1775f945521a0aeccd1ae91c4c1ed7a6957419a4 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Fri, 22 Feb 2019 13:41:09 +0530 Subject: 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 --- .../src/app/feature-modules/blueprint/blueprint.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cds-ui') 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 @@ -32,14 +32,14 @@ limitations under the License. - - Test - - Deploy + + + Test + - \ No newline at end of file + -- cgit 1.2.3-korg