summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html
diff options
context:
space:
mode:
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-03-07 15:54:49 +0530
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-03-07 15:54:49 +0530
commit625bf17ee72370d15a90ad94d27ad649d658b96c (patch)
tree6ad8a324a3f61434768846eed67d9f22aea8d4d3 /cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-metadata/resource-metadata.component.html
parent3a5ecdcf6129611e1f8a016bd4e5260c1096af88 (diff)
Resource metadata changes
Change-Id: I700b7e2bb5848272a744637c48b97880694cf89d Issue-ID: CCSDK-807 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
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.html4
1 files changed, 2 insertions, 2 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 3ad578d36..0bbc0b7c1 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
@@ -27,14 +27,14 @@
<mat-form-field class="form-field">
<mat-select matInput placeholder="Data Type" formControlName="_type">
<mat-option value="string">string</mat-option>
- <mat-option value="string">list</mat-option>
+ <mat-option value="list">list</mat-option>
</mat-select>
</mat-form-field>
<mat-form-field class="form-field" >
<input matInput placeholder="entry_schema" formControlName="entry_schema">
</mat-form-field>
<mat-form-field class="form-field" >
- <mat-select placeholder="required" formControlName="_required">
+ <mat-select matInput placeholder="required" formControlName="required">
<mat-option value="true">true</mat-option>
<mat-option value="false">false</mat-option>
</mat-select>