summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html')
-rw-r--r--cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html20
1 files changed, 5 insertions, 15 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html
index 6d3186c98..60a8b94ec 100644
--- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html
+++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.html
@@ -20,29 +20,19 @@
<!-- <app-cbawizard [appName]="appName"></app-cbawizard>
<router-outlet></router-outlet> -->
-<mat-card class="CBAform">
+<mat-card class="RDform">
<mat-card-content>
<mat-horizontal-stepper [linear]="isLinear" #stepper>
<mat-step [stepControl]="firstFormGroup">
<ng-template matStepLabel>Resource creation Method</ng-template>
- <app-resource-creation></app-resource-creation>
+ <app-resource-creation></app-resource-creation><br><br>
<div>
- <button mat-button matStepperNext style="color:white;background:gray">Proceed</button>
+ <button mat-button matStepperNext class="matStepNextBtn">Proceed</button>
</div>
</mat-step>
<mat-step [stepControl]="secondFormGroup">
- <ng-template matStepLabel>Resource Edit/Validate </ng-template>
- <app-resource-edit></app-resource-edit>
- <!-- <div>
- <button mat-button matStepperNext style="color:white;background:gray">Proceed</button>
- </div> -->
- </mat-step>
- <mat-step [stepControl]="thirdFormGroup">
- <ng-template matStepLabel>Save in Database</ng-template>
- <app-save-resource></app-save-resource>
- <div>
- <button mat-button matStepperNext style="color:white;background:gray">Save</button>
- </div>
+ <ng-template matStepLabel>Resource Edit</ng-template>
+ <app-resource-edit></app-resource-edit><br>
</mat-step>
</mat-horizontal-stepper>
</mat-card-content>