CBA integration 86/84386/1
authorEzhilarasi <ezhrajam@in.ibm.com>
Fri, 5 Apr 2019 18:51:57 +0000 (00:21 +0530)
committerEzhilarasi <ezhrajam@in.ibm.com>
Fri, 5 Apr 2019 18:52:06 +0000 (00:22 +0530)
commit1b2d71d30ec8c92c50eabb2b163ec9cc9640d61a
tree582ae0edf612bc393d27fd38f8e25babac59001a
parent6e8706275241805e5fd9d2962c51a2c8f3ee3c62
CBA integration

Change-Id: I0505e32fe7680f1e2ee029f36d37e3ec84088789
Issue-ID: CCSDK-1068
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
18 files changed:
cds-ui/client/package.json
cds-ui/client/src/app/common/constants/app-constants.ts
cds-ui/client/src/app/common/core/services/api.service.ts
cds-ui/client/src/app/common/shared/components/search-dialog/search-dialog.component.ts [new file with mode: 0644]
cds-ui/client/src/app/common/shared/components/search-dialog/search-dialog.html [new file with mode: 0644]
cds-ui/client/src/app/common/shared/shared.module.ts
cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.html
cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts
cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html
cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.module.ts
cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.scss [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.spec.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.ts [new file with mode: 0644]
cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.service.ts [new file with mode: 0644]
cds-ui/server/src/controllers/blueprint-rest.controller.ts