diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2021-01-19 15:27:47 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-01-19 14:21:57 +0000 |
commit | f2db59d3c71522e9369012f27d13ffea61105c74 (patch) | |
tree | bcff202d9a7f5cb0f9724ee84e1c8094009ecdf5 /cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-dashboard/dictionary-header | |
parent | 6281b63c9b417e3bf8826d9c2a61e8f3781f3d71 (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-dashboard/dictionary-header')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-dashboard/dictionary-header/dictionary-header.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-dashboard/dictionary-header/dictionary-header.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-dashboard/dictionary-header/dictionary-header.component.html index fc08ebe22..4d0906dba 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-dashboard/dictionary-header/dictionary-header.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-dashboard/dictionary-header/dictionary-header.component.html @@ -21,7 +21,7 @@ <header class="page-title"> <div class="row"> <h2 class="col m-0">Resource Dictionary - <span id="numberOfPackages">({{numberOfDD}} DD)</span> + <span id="numberOfPackages">({{numberOfDD}} Dictionary)</span> </h2> <div class="col"> </div> |