diff options
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html index 0bbc0b7c1..3b35a9929 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */--> -<form [formGroup]="ResourceMetadata"> +<form [formGroup]="ResourceMetadata" (ngSubmit)="UploadMetadata()"> <mat-form-field class="form-field"> <input matInput placeholder="Name" formControlName="Resource_Name"> </mat-form-field><mat-form-field class="form-field"> @@ -42,4 +42,8 @@ <mat-form-field class="form-field" > <textarea matInput placeholder="Description" formControlName="_description"></textarea> </mat-form-field> + <br> + <div> + <button mat-button class="matStepNextBtn" type="submit">Save Metadata</button> + </div> </form>
\ No newline at end of file |