aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2021-01-19 15:27:47 +0200
committerKAPIL SINGAL <ks220y@att.com>2021-01-19 14:21:57 +0000
commitf2db59d3c71522e9369012f27d13ffea61105c74 (patch)
treebcff202d9a7f5cb0f9724ee84e1c8094009ecdf5 /cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html
parent6281b63c9b417e3bf8826d9c2a61e8f3781f3d71 (diff)
Modify Data Dictionary style and add source option items
Issue-ID: CCSDK-3092 Issue-ID: CCSDK-3093 Issue-ID: CCSDK-3094 Issue-ID: CCSDK-3095 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I395761081646510c1c4bab244496e11139cade01
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html
index 8e355449b..943707e6e 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html
@@ -17,7 +17,7 @@
* limitations under the License.
* ============LICENSE_END=========================================================
*/-->
-<div class="card creat-card col-11">
+<div class="card creat-card">
<div class="single-line-model">
<label class="label-name">Name</label>
<div class="label-input">
@@ -58,9 +58,15 @@
<div class="single-line-model">
<label class="label-name">Required</label>
<div class="label-input">
- <input type="checkbox" [checked]="metaDataTab.property.required" style="width: auto;"
- (change)="metaDataTab.property.required = !metaDataTab.property.required" placeholder="required">
+ <div class="custom-control custom-checkbox">
+ <input type="checkbox" class="custom-control-input" id="customControlValidation1" required>
+ <label class="custom-control-label p-0" for="customControlValidation1">True</label>
+ </div>
</div>
+ <!-- <div class="label-input">
+ <input type="checkbox" [checked]="metaDataTab.property.required" style="width: auto;"
+ (change)="metaDataTab.property.required = !metaDataTab.property.required" placeholder="required"> &nbsp;<span style="font-size: 14px;">True</span>
+ </div> -->
</div>
<!-- <div class="single-line-model">
<label class="label-name">Library Instance</label>