summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
diff options
context:
space:
mode:
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-02-06 15:49:57 +0530
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-02-06 15:49:57 +0530
commit7375775ff3ee600fc1f8633dd21ec35f86c050b7 (patch)
tree3c72b9cecca46c0e58c05c666a33e45514bd144b /cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
parentec2777d46dc1d3027dff6ef1baf47e8fb36ef656 (diff)
Resource creation template for CBA wizard
Change-Id: Ica72c5950f17f7e0ed6f886eeea2fcdda6c309c1 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html24
1 files changed, 20 insertions, 4 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
index d96747622..dad727cec 100644
--- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
+++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.html
@@ -18,7 +18,23 @@
* ============LICENSE_END=========================================================
*/-->
-<p>
- resource-creation works!
-</p>
-<router-outlet></router-outlet> \ No newline at end of file
+<mat-vertical-stepper linear>
+ <mat-step >
+ <ng-template matStepLabel>Choose Resource file</ng-template>
+ <br>
+ <app-resource-template-options></app-resource-template-options>
+ <br>
+ <div>
+ <button mat-button matStepperNext class="matStepNextBtn">Proceed</button>
+ </div>
+ </mat-step>
+ <mat-step >
+ <ng-template matStepLabel>Browse Template file</ng-template>
+ <app-upload-resource (change)="fileChange(fileupload.files)"></app-upload-resource>
+ <div>
+ <button mat-button matStepperNext class="matStepNextBtn">Upload</button>
+ </div>
+ </mat-step>
+</mat-vertical-stepper>
+
+<!-- <router-outlet></router-outlet> --> \ No newline at end of file